mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
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:
parent
b2e82ea6b6
commit
779dbe849f
1 changed files with 2 additions and 0 deletions
|
|
@ -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+')'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue