Commit 1aeb0d56bc0a21d9a8045ee92fb0d755c7004514

Authored by Rodrigo Souto
1 parent 7a4ac2d8

Bumping to (real small and fast) version 0.41.0

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.41.0) unstable; urgency=low
  2 +
  3 + * Features version with anti spam-bot measures
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Mon, 28 Jan 2013 10:20:21 +0000
  6 +
1 7 noosfero (0.40.0) unstable; urgency=low
2 8  
3 9 * Features version release
... ...
lib/noosfero.rb
... ... @@ -2,7 +2,7 @@ require &#39;fast_gettext&#39;
2 2  
3 3 module Noosfero
4 4 PROJECT = 'noosfero'
5   - VERSION = '0.40.0'
  5 + VERSION = '0.41.0'
6 6  
7 7 def self.pattern_for_controllers_in_directory(dir)
8 8 disjunction = controllers_in_directory(dir).join('|')
... ...