Commit b1e0c583fc8db8498b0a2416719b1f661c1ede9c

Authored by Rodrigo Souto
1 parent 874e1575

Bumping version 0.44.1

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.44.1) unstable; urgency=low
  2 +
  3 + * Emergencial bugfix release
  4 +
  5 + -- Rodrigo Souto <rodrigo@ravioli> Wed, 17 Jul 2013 03:45:15 -0300
  6 +
1 noosfero (0.44.0) unstable; urgency=low 7 noosfero (0.44.0) unstable; urgency=low
2 8
3 * New features release 9 * New features release
lib/noosfero.rb
@@ -3,7 +3,7 @@ require &#39;fast_gettext&#39; @@ -3,7 +3,7 @@ require &#39;fast_gettext&#39;
3 3
4 module Noosfero 4 module Noosfero
5 PROJECT = 'noosfero' 5 PROJECT = 'noosfero'
6 - VERSION = '0.44.0' 6 + VERSION = '0.44.1'
7 7
8 def self.pattern_for_controllers_in_directory(dir) 8 def self.pattern_for_controllers_in_directory(dir)
9 disjunction = controllers_in_directory(dir).join('|') 9 disjunction = controllers_in_directory(dir).join('|')