Commit d416f928c3de1826076148d5677c37df960e3bbe

Authored by Antonio Terceiro
1 parent 4c515160

Bumping version 1.4~rc1

Showing 2 changed files with 4 additions and 3 deletions   Show diff stats
debian/changelog
1   -noosfero (1.4~rc0) UNRELEASED; urgency=low
  1 +noosfero (1.4~rc1) jessie-test; urgency=low
2 2  
3 3 * Noosfero 1.4 RC 0
  4 + * Noosfero 1.4 RC1
4 5  
5   - -- Antonio Terceiro <terceiro@debian.org> Mon, 18 Jan 2016 10:59:57 -0200
  6 + -- Antonio Terceiro <terceiro@colivre.coop.br> Tue, 19 Jan 2016 16:30:01 -0200
6 7  
7 8 noosfero (1.3) wheezy-test; urgency=low
8 9  
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.4~rc0'
  3 + VERSION = '1.4~rc1'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...