From 6fede78a7fb03f59ba92e3b57ceba6d640431527 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Mon, 10 Oct 2011 09:31:05 -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 579b192..35d94c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.33.0) unstable; urgency=low + + * Features version release + + -- Joenio Costa Mon, 10 Oct 2011 09:30:36 -0300 + noosfero (0.32.1) unstable; urgency=low * Bugfix version release. diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 341c2fb..f2ca5dd 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.32.1' + VERSION = '0.33.0' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2