Commit edd74e2c58f3e4b0eba3b04df0038ee1e8cc38c8

Authored by Daniela Feitosa
1 parent 2545cee1

Bumping version number

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.34.2) unstable; urgency=low
  2 +
  3 + * Bugfixes version release
  4 +
  5 + -- Daniela Soares Feitosa <daniela@colivre.coop.br> Tue, 10 Jan 2012 20:48:42 -0200
  6 +
1 noosfero (0.34.1) unstable; urgency=low 7 noosfero (0.34.1) 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.34.1' 3 + VERSION = '0.34.2'
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('|')