Commit 53a98d7c2a2656ede4b27a1c42d0102916c2900e

Authored by Antonio Terceiro
1 parent 97f87a51

Bumping version 1.4

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.4) jessie-test; urgency=medium
  2 +
  3 + * Noosfero 1.4
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Thu, 18 Feb 2016 16:20:23 -0200
  6 +
1 noosfero (1.4~rc3) jessie-test; urgency=medium 7 noosfero (1.4~rc3) jessie-test; urgency=medium
2 8
3 * Noosfero 1.4 RC3 9 * Noosfero 1.4 RC3
lib/noosfero/version.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '1.4~rc3' 3 + VERSION = '1.4'
4 end 4 end
5 5
6 root = File.expand_path(File.dirname(__FILE__) + '/../..') 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')