mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
11 lines
356 B
Ruby
11 lines
356 B
Ruby
|
|
# changed in development.rb to show under_construction bar
|
||
|
|
NOTIFY_BAR = "" unless defined?(NOTIFY_BAR)
|
||
|
|
|
||
|
|
tracks_version='2.2devel'
|
||
|
|
# 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
|