mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
7 lines
249 B
Ruby
7 lines
249 B
Ruby
tracks_version='2.5.2'
|
|
# 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+')'
|
|
|
|
TRACKS_VERSION=tracks_version
|