tracks/config/initializers/tracks.rb

8 lines
251 B
Ruby
Raw Normal View History

2015-06-17 20:43:05 -04:00
tracks_version='2.3.0'
2012-04-05 22:21:28 +02:00
# comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer
2014-10-02 11:53:34 -04:00
#info=`git log --pretty=format:"%ai" -1`
#tracks_version=tracks_version + ' ('+info+')'
2012-04-05 22:21:28 +02:00
TRACKS_VERSION=tracks_version