From 50401a16e4d3b7ec2f88a4ffdc9ab3c1f941a9b1 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 5 Apr 2012 15:10:33 -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 49e35bd..afc605d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.36.2) unstable; urgency=low + + * Bugfixes release + + -- Daniela Soares Feitosa Thu, 05 Apr 2012 15:11:04 -0300 + noosfero (0.36.1) unstable; urgency=low * Bug fix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index e5a9a2b..02b2917 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.36.1' + VERSION = '0.36.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2