Commit 9de90e125e29faf21cc2e705115f0c6dab513c3f

Authored by Antonio Terceiro
1 parent 9cad70a6

Bumping version 1.2~rc2

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.2~rc2) wheezy; urgency=low
  2 +
  3 + * Noosfero 1.2 RC2
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Mon, 27 Jul 2015 09:56:55 -0300
  6 +
1 7 noosfero (1.2~rc1) wheezy; urgency=medium
2 8  
3 9 [ Joenio Costa ]
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.2~rc1'
  3 + VERSION = '1.2~rc2'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...