Commit 58212a86698e770d69a63b6e0d1b784dd5acb859

Authored by Joenio Costa
1 parent 5b6960d3

Bumping version number

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.29.3) unstable; urgency=low
  2 +
  3 + * Bugfixes Version release. (Closes: AI#1760 AI#1907 AI#1899 AI#1891 AI#1904 AI#1888 AI#1869 AI#1900 AI#1914)
  4 +
  5 + -- Joenio Costa <joenio@colivre.coop.br> Fri, 11 Mar 2011 13:12:43 -0300
  6 +
1 7 noosfero (0.29.2) unstable; urgency=low
2 8  
3 9 * Bugfixes Version release. (Closes: AI#1922)
... ...
lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '0.29.2'
  3 + VERSION = '0.29.3'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...