diff --git a/debian/changelog b/debian/changelog index bb7d88c..d3ffb81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.39.0) unstable; urgency=low + + * Features version release + + -- Daniela Soares Feitosa Fri, 07 Dec 2012 09:53:42 -0200 + noosfero (0.39.0~1) UNRELEASED; urgency=low * Pre-release to test the antispam mechanism. diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 3e23665..0a0f72e 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.39.0~1' + VERSION = '0.39.0' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2