diff --git a/debian/changelog b/debian/changelog index 4cd3a90..7d74d14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.30.2) unstable; urgency=low + + * Bugfix Version release. + + -- Joenio Costa Wed, 11 May 2011 21:48:31 -0300 + noosfero (0.30.1) unstable; urgency=low * Bugfix Version release. diff --git a/lib/noosfero.rb b/lib/noosfero.rb index eb0ec39..1b543e4 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.30.1' + VERSION = '0.30.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2