tracks/config/initializers/tracks.rb
2014-10-02 11:53:34 -04:00

7 lines
253 B
Ruby

tracks_version='2.3.rc1'
# 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