From 03d6f4aa070de4affcae6d57aece17b7deeb5292 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Thu, 11 Dec 2008 16:50:14 +0100 Subject: [PATCH] update version in template --- config/environment.rb.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/environment.rb.tmpl b/config/environment.rb.tmpl index e30c5084..b9fbcf86 100644 --- a/config/environment.rb.tmpl +++ b/config/environment.rb.tmpl @@ -99,11 +99,11 @@ end # setting this to true will make the cookies only available over HTTPS TRACKS_COOKIES_SECURE = false -tracks_version='1.7-devel' +tracks_version='1.7RC' # 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` -tracks_version=tracks_version + ' ('+info+')' +# info=`git log --pretty=format:"%ai" -1` +# tracks_version=tracks_version + ' ('+info+')' TRACKS_VERSION=tracks_version