Commit be75282703d101fddbc1b3ec09aad0bea358b65a

Authored by Antonio Terceiro
1 parent ca669513

Bumping version 1.4~rc2

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.4~rc2) jessie-test; urgency=medium
  2 +
  3 + * Noosfero 1.4 RC2
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Tue, 26 Jan 2016 17:03:34 -0200
  6 +
1 7 noosfero (1.4~rc1) jessie-test; urgency=low
2 8  
3 9 * Noosfero 1.4 RC 0
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.4~rc1'
  3 + VERSION = '1.4~rc2'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...