From e80229fa02087b8b2d17a48fd02c6e03a326338a Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Sun, 16 Oct 2011 15:35:19 -0300 Subject: [PATCH] Bumping version number --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35d94c8..51dca67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.33.1) unstable; urgency=low + + * Bugfixes version release. + + -- Joenio Costa Sun, 16 Oct 2011 15:34:25 -0300 + noosfero (0.33.0) unstable; urgency=low * Features version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index f2ca5dd..7deac97 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.33.0' + VERSION = '0.33.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2