Commit d32ae0752bf9838dc0c6cba968df0d36dd97d456
1 parent
a1813557
Bumping version 0.46.0~rc20140127220605
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 | 3 | |
4 | 4 | module Noosfero |
5 | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.46.0~rc20140120171635' | |
6 | + VERSION = '0.46.0~rc20140127220605' | |
7 | 7 | |
8 | 8 | def self.pattern_for_controllers_in_directory(dir) |
9 | 9 | disjunction = controllers_in_directory(dir).join('|') | ... | ... |