Commit 523236d1a929cd4fce80c757a8d4832796dc6178
1 parent
bb1a7aba
Bumping version 0.42.2~rc20130520122156
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
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.42.1' | 6 | + VERSION = '0.42.2~rc20130520122156' |
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('|') |