public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
Remove spurious + at end of line.
graaff (author)
Sat Aug 30 02:12:48 -0700 2008
commit  ce3bed564a71efa27323ab020d45db551f6f6621
tree    153b1d64c356b38c73d8a5e99ecdda648cfb2405
parent  18815769bb78ebf80b6e1996b2c68abadd5d8e4f
...
103
104
105
106
 
107
108
109
110
 
...
103
104
105
 
106
107
108
 
109
110
0
@@ -103,7 +103,7 @@ tracks_version='1.7-devel'
0
 
0
 # comment out next two lines if you do not want (or can not) the date of the 
0
 # last git commit in the footer
0
-info=`git log --pretty=format:"%ai" -1`+
0
+info=`git log --pretty=format:"%ai" -1`
0
 tracks_version=tracks_version + ' ('+info+')'
0
 
0
-TRACKS_VERSION=tracks_version
0
\ No newline at end of file
0
+TRACKS_VERSION=tracks_version

Comments