Commit 379446e2c1e73013ef1e01e0aff7522497f955aa
1 parent
e24a6470
Exists in
master
and in
29 other branches
Bumping version number and updating Debian changelog
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.28.5) unstable; urgency=low | ||
2 | + | ||
3 | + * Bugfixes Version release. (Closes: AI#1867 AI#1866 AI#1870 AI#1854 AI#1851 AI#1810 AI#1889 AI#1868 AI#1855 AI#1887) | ||
4 | + | ||
5 | + -- Joenio Costa <joenio@perl.org.br> Sun, 20 Feb 2011 12:13:25 -0300 | ||
6 | + | ||
1 | noosfero (0.28.4) unstable; urgency=low | 7 | noosfero (0.28.4) unstable; urgency=low |
2 | 8 | ||
3 | * Bugfixes Version release. (Closes: AI#1865) | 9 | * Bugfixes Version release. (Closes: AI#1865) |
lib/noosfero.rb
1 | module Noosfero | 1 | module Noosfero |
2 | PROJECT = 'noosfero' | 2 | PROJECT = 'noosfero' |
3 | - VERSION = '0.28.4' | 3 | + VERSION = '0.28.5' |
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('|') |