Commit 56191f373a6dab918bead02ffba6777178f97e62

Authored by Antonio Terceiro
1 parent b78f3b28

Bumping version 1.3~rc2

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.3~rc2) wheezy-test; urgency=low
  2 +
  3 + * Noosfero 1.3 RC2
  4 +
  5 + -- Antonio Terceiro <terceiro@softwarelivre.org> Fri, 30 Oct 2015 15:57:14 -0300
  6 +
1 7 noosfero (1.3~rc1) wheezy-test; urgency=medium
2 8  
3 9 * Noosfero 1.3 RC1
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.3~rc1'
  3 + VERSION = '1.3~rc2'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...