Commit 3a1649286de824be6ef7a132a6873044ede057cf

Authored by Antonio Terceiro
1 parent f8106bc5
Exists in stable-1.2

Bumping version 1.2.5

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.2.5) wheezy; urgency=low
  2 +
  3 + * Bug fixes release
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Fri, 02 Oct 2015 17:54:46 -0300
  6 +
1 7 noosfero (1.2.4) wheezy; urgency=low
2 8  
3 9 * Bug fix release
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.2.4'
  3 + VERSION = '1.2.5'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...