tracks/config/initializers/tracks.rb

11 lines
358 B
Ruby
Raw Normal View History

2012-04-05 22:21:28 +02:00
# changed in development.rb to show under_construction bar
NOTIFY_BAR = "" unless defined?(NOTIFY_BAR)
2013-01-11 22:26:09 -06:00
tracks_version='2.2RC2'
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
2013-01-02 13:06:42 +01: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