From 5e3082d6645b71f2ed727a94845b714fdba0f146 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Tue, 15 Feb 2011 20:46:08 -0300 Subject: [PATCH] Bumping version number and updating Debian changelog --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b24ddc1..2c14878 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.28.4) unstable; urgency=low + + * Bugfixes Version release. (Closes: AI#1865) + + -- Joenio Costa Tue, 15 Feb 2011 20:44:24 -0300 + noosfero (0.28.3) unstable; urgency=low * Bugfixes Version release. (Closes: AI#1837 AI#1857 AI#1656 AI#1750 AI#1846 AI#1853 AI#1841 AI#1847 AI#1812 AI#1858) diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 48a33d9..2619d8d 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.28.3' + VERSION = '0.28.4' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2