diff --git a/config/environment.rb.tmpl b/config/environment.rb.tmpl index d8123647..56e80221 100644 --- a/config/environment.rb.tmpl +++ b/config/environment.rb.tmpl @@ -100,3 +100,5 @@ MOBILE_CONTENT_TYPE = 'tracks/mobile' Mime::Type.register(MOBILE_CONTENT_TYPE, :m) TRACKS_VERSION='1.7-devel' +info=`git log --pretty=format:"%ai" -1` +TRACKS_VERSION=TRACKS_VERSION+' ('+info+')' \ No newline at end of file