Commit 1d8274ca1ec6a5358fadde4d10fdbfb647c784ff
1 parent
4d65b3d6
Exists in
master
and in
27 other branches
Bumping version 0.99.0~rc20140618202455
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.99.0~rc20140618202455) wheezy-test; urgency=low | ||
2 | + | ||
3 | + * Another rc with rails3 | ||
4 | + | ||
5 | + -- Rodrigo Souto <rodrigo@colivre.coop.br> Wed, 18 Jun 2014 20:25:01 +0000 | ||
6 | + | ||
1 | noosfero (0.47.1) unstable; urgency=low | 7 | noosfero (0.47.1) unstable; urgency=low |
2 | 8 | ||
3 | * Bugfix release | 9 | * Bugfix release |
lib/noosfero.rb
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | require 'fast_gettext' | 3 | require 'fast_gettext' |
4 | module Noosfero | 4 | module Noosfero |
5 | PROJECT = 'noosfero' | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.47.1' | 6 | + VERSION = '0.99.0~rc20140618202455' |
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('|') |