From f31a5b6228f05a4331e329aa9308ccf7bedf7159 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sun, 1 May 2011 01:32:45 +0200 Subject: [PATCH] bump version number --- README | 2 +- config/environment.rb | 2 +- doc/CHANGELOG | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1182aa38..4b7ea849 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: http://getontracks.org/wiki/Contributors -* Version: 2.0RC2 +* Version: 2.0 * Copyright: (cc) 2004-2011 rousette.org.uk. * License: GNU GPL diff --git a/config/environment.rb b/config/environment.rb index 74582a84..ea9ba750 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -121,7 +121,7 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'cas') end end -tracks_version='2.0RC2' +tracks_version='2.0' # comment out next two lines if you do not want (or can not) the date of the # last git commit in the footer #info=`git log --pretty=format:"%ai" -1` diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 4ac25125..6c8d5760 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -9,7 +9,7 @@ * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: http://getontracks.org/wiki/Contributors -* Version: 2.0RC2 +* Version: 2.0 * Copyright: (cc) 2004-2011 rousette.org.uk. * License: GNU GPL