diff --git a/debian/changelog b/debian/changelog index 384ac81..d7e81b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.44.2) unstable; urgency=low + + * Bugfixes release + + -- Rodrigo Souto Tue, 30 Jul 2013 14:56:28 -0300 + noosfero (0.44.1) unstable; urgency=low * Emergencial bugfix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index a253b12..a7274a9 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -3,7 +3,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.44.1' + VERSION = '0.44.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2