Commit 1bcd568e09d431a7d32c590affa679091c460dea
1 parent
d225958c
Exists in
master
and in
28 other branches
Bumping version number
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.29.2) unstable; urgency=low | ||
2 | + | ||
3 | + * Bugfixes Version release. (Closes: AI#1922) | ||
4 | + | ||
5 | + -- Joenio Costa <joenio@perl.org.br> Wed, 02 Mar 2011 21:24:48 -0300 | ||
6 | + | ||
1 | noosfero (0.29.1) unstable; urgency=low | 7 | noosfero (0.29.1) unstable; urgency=low |
2 | 8 | ||
3 | * Bugfixes Version release. (Closes: AI#1908) | 9 | * Bugfixes Version release. (Closes: AI#1908) |
lib/noosfero.rb
1 | module Noosfero | 1 | module Noosfero |
2 | PROJECT = 'noosfero' | 2 | PROJECT = 'noosfero' |
3 | - VERSION = '0.29.1' | 3 | + VERSION = '0.29.2' |
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('|') |