<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -99,6 +99,11 @@ TRACKS_COOKIES_SECURE = false
 MOBILE_CONTENT_TYPE = 'tracks/mobile'
 Mime::Type.register(MOBILE_CONTENT_TYPE, :m)
 
-TRACKS_VERSION='1.7-devel'
-info=`git log --pretty=format:&quot;%ai&quot; -1`
-TRACKS_VERSION=TRACKS_VERSION+' ('+info+')'
\ No newline at end of file
+tracks_version='1.7-devel'
+
+# 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:&quot;%ai&quot; -1`+
+tracks_version=tracks_version + ' ('+info+')'
+
+TRACKS_VERSION=tracks_version
\ No newline at end of file</diff>
      <filename>config/environment.rb.tmpl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>73765c184dbf33a92ad88f33d71aa74e95820bb3</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/955b751791a3523f5f19a41603e0d182a11f9554</url>
  <id>955b751791a3523f5f19a41603e0d182a11f9554</id>
  <committed-date>2008-08-25T07:21:39-07:00</committed-date>
  <authored-date>2008-08-25T07:21:39-07:00</authored-date>
  <message>update template to remove warning about already initialized constant as reported in #758

Thanks Claus</message>
  <tree>b7733761aa56949250c5b9b4bf1f1c57349e4c09</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
