diff --git a/debian/changelog b/debian/changelog index e59dde9..c511f75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.35.2) unstable; urgency=low + + * Bugfixes version release + + -- Daniela Soares Feitosa Fri, 02 Mar 2012 13:36:02 -0300 + noosfero (0.35.2~1) unstable; urgency=low * Bugfixes version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 26e69fe..5eb733a 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.35.1' + VERSION = '0.35.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2