Commit d54c474e337a2f3d5144239332f335a37c706c1c
1 parent
8ac35bfb
Exists in
master
and in
29 other branches
Bumping version 0.46.3
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.46.3) unstable; urgency=low | ||
2 | + | ||
3 | + * Bugfixes with package installation problem fixed | ||
4 | + | ||
5 | + -- Rodrigo Souto <rodrigo@colivre.coop.br> Thu, 17 Apr 2014 14:31:25 +0000 | ||
6 | + | ||
1 | noosfero (0.46.2) unstable; urgency=low | 7 | noosfero (0.46.2) unstable; urgency=low |
2 | 8 | ||
3 | * Bugfix release | 9 | * Bugfix 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.46.2' | 6 | + VERSION = '0.46.3' |
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('|') |