set version number for development tree

This commit is contained in:
Reinier Balt 2009-03-01 17:10:46 +01:00
parent 157c13d4c4
commit 68522d11fb

View file

@ -89,4 +89,10 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
#requires ruby-openid gem to be installed
end
TRACKS_VERSION='1.7'
tracks_version='1.8devel'
# 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:"%ai" -1`
tracks_version=tracks_version + ' ('+info+')'
TRACKS_VERSION=tracks_version