Commit 70320e6cd274c70aee548e0b0608102ac46856bb

Authored by root
1 parent ba2489ec

Bumping version 1.2~1

Showing 2 changed files with 5 additions and 2 deletions   Show diff stats
debian/changelog
... ... @@ -6,7 +6,10 @@ noosfero (1.2~1) UNRELEASED; urgency=medium
6 6 [ Joenio Costa ]
7 7 * Build noosfero-chat package
8 8  
9   - -- Joenio Costa <joenio@colivre.coop.br> Mon, 18 May 2015 14:32:21 -0300
  9 + [ root ]
  10 + * Api test
  11 +
  12 + -- root <root@17edebf1ae91> Mon, 06 Jul 2015 14:39:06 +0000
10 13  
11 14 noosfero (1.1) wheezy; urgency=low
12 15  
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.2~0'
  3 + VERSION = '1.2~1'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...