diff --git a/debian/changelog b/debian/changelog index a8cd83d..7b2f48e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.34.2) unstable; urgency=low + + * Bugfixes version release + + -- Daniela Soares Feitosa Tue, 10 Jan 2012 20:48:42 -0200 + noosfero (0.34.1) unstable; urgency=low * Bugfixes version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 9435ac7..2817abb 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.34.1' + VERSION = '0.34.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2