Commit 6fede78a7fb03f59ba92e3b57ceba6d640431527
1 parent
dba8a0e7
Exists in
master
and in
29 other branches
Bumping version number
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.33.0) unstable; urgency=low | ||
2 | + | ||
3 | + * Features version release | ||
4 | + | ||
5 | + -- Joenio Costa <joenio@perl.org.br> Mon, 10 Oct 2011 09:30:36 -0300 | ||
6 | + | ||
1 | noosfero (0.32.1) unstable; urgency=low | 7 | noosfero (0.32.1) unstable; urgency=low |
2 | 8 | ||
3 | * Bugfix version release. | 9 | * Bugfix version release. |
lib/noosfero.rb
1 | module Noosfero | 1 | module Noosfero |
2 | PROJECT = 'noosfero' | 2 | PROJECT = 'noosfero' |
3 | - VERSION = '0.32.1' | 3 | + VERSION = '0.33.0' |
4 | 4 | ||
5 | def self.pattern_for_controllers_in_directory(dir) | 5 | def self.pattern_for_controllers_in_directory(dir) |
6 | disjunction = controllers_in_directory(dir).join('|') | 6 | disjunction = controllers_in_directory(dir).join('|') |