Commit d1b25d040dc1e740a409e58d6598b529d2342715

Authored by Joenio Costa
1 parent da7e84d8

Bumping version number

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.32.1) unstable; urgency=low
  2 +
  3 + * Bugfix version release.
  4 +
  5 + -- Joenio Costa <joenio@perl.org.br> Tue, 27 Sep 2011 11:24:07 -0300
  6 +
1 7 noosfero (0.32.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.32.0'
  3 + VERSION = '0.32.1'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...