Commit 5a911ba4ffa3840a880518a13a8eecd38574387a

Authored by Rodrigo Souto
1 parent 0e91abb2

Bumping version 0.43.0

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.43.0) unstable; urgency=low
  2 +
  3 + * Solr search converted to a plugin
  4 +
  5 + -- Rodrigo Souto <rodrigo@ravioli> Tue, 18 Jun 2013 11:14:56 -0300
  6 +
1 noosfero (0.43.0~rc20130529152434) squeeze-test; urgency=low 7 noosfero (0.43.0~rc20130529152434) squeeze-test; urgency=low
2 8
3 * RC of 0.43.0 with solr as a plugin 9 * RC of 0.43.0 with solr as a plugin
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.43.0~rc20130529152434' 6 + VERSION = '0.43.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('|')