Remove spurious + at end of line.

This commit is contained in:
Hans de Graaff 2008-08-30 11:12:48 +02:00
parent 18815769bb
commit ce3bed564a

View file

@ -103,7 +103,7 @@ tracks_version='1.7-devel'
# comment out next two lines if you do not want (or can not) the date of the # comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer # last git commit in the footer
info=`git log --pretty=format:"%ai" -1`+ info=`git log --pretty=format:"%ai" -1`
tracks_version=tracks_version + ' ('+info+')' tracks_version=tracks_version + ' ('+info+')'
TRACKS_VERSION=tracks_version TRACKS_VERSION=tracks_version