From d54c474e337a2f3d5144239332f335a37c706c1c Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 17 Apr 2014 14:31:28 +0000 Subject: [PATCH] Bumping version 0.46.3 --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f3ea14..54a0b4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.46.3) unstable; urgency=low + + * Bugfixes with package installation problem fixed + + -- Rodrigo Souto Thu, 17 Apr 2014 14:31:25 +0000 + noosfero (0.46.2) unstable; urgency=low * Bugfix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index e131e94..66dd4dc 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -3,7 +3,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.46.2' + VERSION = '0.46.3' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2