Commit b812a38780c8a9113d43b6633db0a0f76243099a

Authored by Antonio Terceiro
Committed by Daniela Feitosa
1 parent f462e462

Bump version number

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.35.3) unstable; urgency=low
  2 +
  3 + * Bugfix release.
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Wed, 07 Mar 2012 11:35:06 -0300
  6 +
1 noosfero (0.35.2) unstable; urgency=low 7 noosfero (0.35.2) unstable; urgency=low
2 8
3 * Bugfixes version release 9 * Bugfixes version release
lib/noosfero.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '0.35.2' 3 + VERSION = '0.35.3'
4 4
5 def self.pattern_for_controllers_in_directory(dir) 5 def self.pattern_for_controllers_in_directory(dir)
6 disjunction = controllers_in_directory(dir).join('|') 6 disjunction = controllers_in_directory(dir).join('|')