Commit cc3072353883031b4314a36deccbcc5ef7b7c8e1

Authored by Rodrigo Souto
1 parent 325474ee

Bumping version 1.1~rc3

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.1~rc3) wheezy; urgency=low
  2 +
  3 + * Third release candidadte for Noosfero 1.1
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Fri, 27 Mar 2015 14:49:56 +0000
  6 +
1 7 noosfero (1.1~rc2) wheezy; urgency=low
2 8  
3 9 * Second release candidate for Noosfero 1.1
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.1~rc2'
  3 + VERSION = '1.1~rc3'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...