Commit 711c0f2dacb00dc8e68e45ec41bbb663fa7c3f7d

Authored by Antonio Terceiro
1 parent a64c82cd

Noosfero 1.1~rc4

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.1~rc4) wheezy; urgency=medium
  2 +
  3 + * Fourth release candidate for Noosfero 1.1
  4 +
  5 + -- Antonio Terceiro <terceiro@debian.org> Wed, 01 Apr 2015 12:22:36 -0300
  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~rc4'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...