From ef83c0112355c7070f8563c861e9607ae4f8f63d Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sun, 1 May 2011 15:08:56 +0200 Subject: [PATCH] remove 2.0 version number for now --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index ea9ba750..e44d7e89 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.0' +tracks_version='2.0RC3' # 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`