Commit bc0846d957d29fe2f5e362fc8dbf7796f9c8561f

Authored by Rodrigo Souto
1 parent 70f69b28

Revert "Bumping version 0.47.2~rc20140515215435"

This reverts commit 43562836cd08189cd2a88838db6c6cc8f559ab16.
Showing 2 changed files with 1 additions and 7 deletions   Show diff stats
debian/changelog
1 -noosfero (0.47.2~rc20140515215435) wheezy-test; urgency=low  
2 -  
3 - * First package with rails3  
4 -  
5 - -- Rodrigo Souto <rodrigo@colivre.coop.br> Thu, 15 May 2014 21:54:40 +0000  
6 -  
7 noosfero (0.47.1) unstable; urgency=low 1 noosfero (0.47.1) unstable; urgency=low
8 2
9 * Bugfix release 3 * Bugfix release
lib/noosfero.rb
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 require 'fast_gettext' 3 require 'fast_gettext'
4 module Noosfero 4 module Noosfero
5 PROJECT = 'noosfero' 5 PROJECT = 'noosfero'
6 - VERSION = '0.47.2~rc20140515215435' 6 + VERSION = '0.47.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('|')