Commit 186b2b10caac1d6888d23217333527674f5ecddd

Authored by Rodrigo Souto
1 parent 48899650

Revert "Bumping version 0.45.0~rc20130717024842"

This reverts commit 48899650a4e02b6b1691db23abb839d5d2117a8f.
Showing 2 changed files with 1 additions and 7 deletions   Show diff stats
debian/changelog
1 -noosfero (0.45.0~rc20130717024842) squeeze-test; urgency=low  
2 -  
3 - * Brand new 0.44.0  
4 -  
5 - -- Rodrigo Souto <rodrigo@colivre.coop.br> Wed, 17 Jul 2013 02:48:52 -0300  
6 -  
7 noosfero (0.44.0) unstable; urgency=low 1 noosfero (0.44.0) unstable; urgency=low
8 2
9 * New features release 3 * 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.45.0~rc20130717024842' 6 + VERSION = '0.44.0'
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('|')