From 1aeb0d56bc0a21d9a8045ee92fb0d755c7004514 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 28 Jan 2013 10:22:38 +0000 Subject: [PATCH] Bumping to (real small and fast) version 0.41.0 --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e8ba0f2..90ae63e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.41.0) unstable; urgency=low + + * Features version with anti spam-bot measures + + -- Rodrigo Souto Mon, 28 Jan 2013 10:20:21 +0000 + noosfero (0.40.0) unstable; urgency=low * Features version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index d07133e..07a3497 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.40.0' + VERSION = '0.41.0' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2