diff --git a/debian/changelog b/debian/changelog index e8ba0f2..90ae63e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.41.0) unstable; urgency=low + + * Features version with anti spam-bot measures + + -- Rodrigo Souto Mon, 28 Jan 2013 10:20:21 +0000 + noosfero (0.40.0) unstable; urgency=low * Features version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index d07133e..07a3497 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.40.0' + VERSION = '0.41.0' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2