diff --git a/debian/changelog b/debian/changelog index 665a832..a8cd83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.34.1) unstable; urgency=low + + * Bugfixes version release + + -- Daniela Soares Feitosa Wed, 07 Dec 2011 00:52:59 -0200 + noosfero (0.34.0) unstable; urgency=low * Features version release. diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 068ac67..9435ac7 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.34.0' + VERSION = '0.34.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2