diff --git a/debian/changelog b/debian/changelog index 24b3b16..1fe152f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.47.3) unstable; urgency=low + + * Bugfixes release + + -- Daniela Soares Feitosa Fri, 20 Jun 2014 03:13:29 +0000 + noosfero (0.47.2) unstable; urgency=low * Bugfix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index e260f57..829419e 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.47.2' + VERSION = '0.47.3' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2