From 4c85bf776c946150a46aaf24997bf58f2ce3da58 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 21 Aug 2014 19:25:40 +0000 Subject: [PATCH] Bumping version 0.47.4 --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1fe152f..2ed87a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.47.4) unstable; urgency=low + + * Bugfixes and performance optimizations + + -- Rodrigo Souto Thu, 21 Aug 2014 19:25:37 +0000 + noosfero (0.47.3) unstable; urgency=low * Bugfixes release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 829419e..8eff613 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.47.3' + VERSION = '0.47.4' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2