add date of latest git commit to footer for better version reporting

this will only work if you recreate your environment.rb from the tmpl
This commit is contained in:
Reinier Balt 2008-08-18 16:32:49 +02:00
parent b2e82ea6b6
commit 779dbe849f

View file

@ -100,3 +100,5 @@ MOBILE_CONTENT_TYPE = 'tracks/mobile'
Mime::Type.register(MOBILE_CONTENT_TYPE, :m) Mime::Type.register(MOBILE_CONTENT_TYPE, :m)
TRACKS_VERSION='1.7-devel' TRACKS_VERSION='1.7-devel'
info=`git log --pretty=format:"%ai" -1`
TRACKS_VERSION=TRACKS_VERSION+' ('+info+')'