Commit 5e3082d6645b71f2ed727a94845b714fdba0f146

Authored by Joenio Costa
1 parent 92ed8d0c

Bumping version number and updating Debian changelog

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.28.4) unstable; urgency=low
  2 +
  3 + * Bugfixes Version release. (Closes: AI#1865)
  4 +
  5 + -- Joenio Costa <joenio@perl.org.br> Tue, 15 Feb 2011 20:44:24 -0300
  6 +
1 7 noosfero (0.28.3) unstable; urgency=low
2 8  
3 9 * Bugfixes Version release. (Closes: AI#1837 AI#1857 AI#1656 AI#1750 AI#1846 AI#1853 AI#1841 AI#1847 AI#1812 AI#1858)
... ...
lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '0.28.3'
  3 + VERSION = '0.28.4'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...