Commit 407ec1dc7d52c0d6ac8f74c364b53980a6a2e303
1 parent
fd59bb99
Exists in
master
and in
29 other branches
Bumping version 0.46.0~rc20140120171635
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.46.0~rc20140120171635) squeeze-test; urgency=low | ||
2 | + | ||
3 | + * 0.46.0 RC1 | ||
4 | + | ||
5 | + -- Rodrigo Souto <rodrigo@colivre.coop.br> Mon, 20 Jan 2014 17:16:45 +0000 | ||
6 | + | ||
1 | noosfero (0.45.2) unstable; urgency=low | 7 | noosfero (0.45.2) unstable; urgency=low |
2 | 8 | ||
3 | * Small release with a critical bugfix | 9 | * Small release with a critical bugfix |
lib/noosfero.rb
@@ -3,7 +3,7 @@ require 'fast_gettext' | @@ -3,7 +3,7 @@ require 'fast_gettext' | ||
3 | 3 | ||
4 | module Noosfero | 4 | module Noosfero |
5 | PROJECT = 'noosfero' | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.45.2' | 6 | + VERSION = '0.46.0~rc20140120171635' |
7 | 7 | ||
8 | def self.pattern_for_controllers_in_directory(dir) | 8 | def self.pattern_for_controllers_in_directory(dir) |
9 | disjunction = controllers_in_directory(dir).join('|') | 9 | disjunction = controllers_in_directory(dir).join('|') |