Commit 3ec278d713e1541bcde5df4833749176d7d209b3

Authored by Antonio Terceiro
1 parent 7e0284a2

Bumping version 1.4~rc3

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