From d9a194ab64d17f5e8c5fa25370a16e06013b491a Mon Sep 17 00:00:00 2001 From: lukemelia Date: Mon, 2 Apr 2007 05:48:09 +0000 Subject: [PATCH] Add the version of Tracks to environment.rb and include it in the footer of the web UI. Thanks to lrbalt for the idea in #374. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@522 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/shared/_footer.rhtml | 2 +- tracks/config/environment.rb.tmpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tracks/app/views/shared/_footer.rhtml b/tracks/app/views/shared/_footer.rhtml index 7a78c069..21ef0340 100644 --- a/tracks/app/views/shared/_footer.rhtml +++ b/tracks/app/views/shared/_footer.rhtml @@ -1,3 +1,3 @@ diff --git a/tracks/config/environment.rb.tmpl b/tracks/config/environment.rb.tmpl index b08d5543..2e076326 100644 --- a/tracks/config/environment.rb.tmpl +++ b/tracks/config/environment.rb.tmpl @@ -83,3 +83,5 @@ end MOBILE_CONTENT_TYPE = 'tracks/mobile' Mime::Type.register(MOBILE_CONTENT_TYPE, :m) + +TRACKS_VERSION = '1.050-trunk' \ No newline at end of file