update version for developement tree

This commit is contained in:
Reinier Balt 2011-02-26 14:55:57 +01:00
parent be71b4f58a
commit e427940a32
3 changed files with 5 additions and 5 deletions

View file

@ -121,10 +121,10 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'cas')
end
end
tracks_version='2.0RC2'
tracks_version='2.0devel'
# 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+')'
info=`git log --pretty=format:"%ai" -1`
tracks_version=tracks_version + ' ('+info+')'
TRACKS_VERSION=tracks_version