diff --git a/config/environment.rb.tmpl b/config/environment.rb.tmpl index 8ab4ade4..77deeb30 100644 --- a/config/environment.rb.tmpl +++ b/config/environment.rb.tmpl @@ -103,7 +103,7 @@ tracks_version='1.7-devel' # 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`+ +info=`git log --pretty=format:"%ai" -1` tracks_version=tracks_version + ' ('+info+')' -TRACKS_VERSION=tracks_version \ No newline at end of file +TRACKS_VERSION=tracks_version