Commit 48899650a4e02b6b1691db23abb839d5d2117a8f
1 parent
c5635326
Exists in
master
and in
29 other branches
Bumping version 0.45.0~rc20130717024842
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.45.0~rc20130717024842) squeeze-test; urgency=low | ||
2 | + | ||
3 | + * Brand new 0.44.0 | ||
4 | + | ||
5 | + -- Rodrigo Souto <rodrigo@colivre.coop.br> Wed, 17 Jul 2013 02:48:52 -0300 | ||
6 | + | ||
1 | noosfero (0.44.0) unstable; urgency=low | 7 | noosfero (0.44.0) unstable; urgency=low |
2 | 8 | ||
3 | * New features release | 9 | * New features release |
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.44.0' | 6 | + VERSION = '0.45.0~rc20130717024842' |
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('|') |