Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cc3072353883031b4314a36deccbcc5ef7b7c8e1
Authored by
Rodrigo Souto
2015-03-27 14:50:01 +0000
1 parent
325474ee
Bumping version 1.1~rc3
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
lib/noosfero/version.rb
Side-by-side Diff
Inline Diff
debian/changelog
Wrap text
Diff comments
View file @
cc30723
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
Wrap text
Diff comments
View file @
cc30723
1
1
module Noosfero
2
2
PROJECT = 'noosfero'
3
- VERSION = '1.1~rc
2
'
3
+ VERSION = '1.1~rc
3
'
4
4
end
5
5
6
6
root = File.expand_path(File.dirname(__FILE__) + '/../..')
...
...