Commit 003856fec5f22c277f8ed95bfb9c718e6872484d

Authored by Daniela Feitosa
Committed by Joenio Costa
1 parent 1d3433f6

Bumping version number

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.29.1) unstable; urgency=low
  2 +
  3 + * Bugfixes Version release. (Closes: AI#1908)
  4 +
  5 + -- Daniela Soares Feitosa <daniela@colivre.coop.br> Tue, 01 Mar 2011 17:01:37 -0300
  6 +
1 7 noosfero (0.29.0) unstable; urgency=low
2 8  
3 9 * Features Version release.
... ...
lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '0.29.0'
  3 + VERSION = '0.29.1'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...