Commit 1b3f0ea9068927431c0138903e7a09262f78bd5f
1 parent
bcb2e05e
Exists in
master
and in
29 other branches
Bumping version 0.43.0~rc20130529152434
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.43.0~rc20130529152434) squeeze-test; urgency=low | ||
2 | + | ||
3 | + * RC of 0.43.0 with solr as a plugin | ||
4 | + | ||
5 | + -- Rodrigo Souto <rodrigo@ravioli> Wed, 29 May 2013 15:24:43 -0300 | ||
6 | + | ||
1 | noosfero (0.42.1) unstable; urgency=low | 7 | noosfero (0.42.1) unstable; urgency=low |
2 | 8 | ||
3 | * Bugfixes release | 9 | * Bugfixes release |
lib/noosfero.rb
@@ -3,7 +3,7 @@ require 'fast_gettext' | @@ -3,7 +3,7 @@ require 'fast_gettext' | ||
3 | 3 | ||
4 | module Noosfero | 4 | module Noosfero |
5 | PROJECT = 'noosfero' | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.42.1' | 6 | + VERSION = '0.43.0~rc20130529152434' |
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('|') |