diff --git a/debian/changelog b/debian/changelog index 7b2f48e..65e2afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.34.3) unstable; urgency=low + + * Bugfixes version release + + -- Daniela Soares Feitosa Thu, 26 Jan 2012 14:11:22 -0200 + noosfero (0.34.2) unstable; urgency=low * Bugfixes version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 2817abb..db23c8d 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.34.2' + VERSION = '0.34.3' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2