This should automatically include the revision in our version.

This commit is contained in:
js 2008-07-20 14:44:08 +00:00
parent cdbdaa52f3
commit 41e3b00dbe
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ docdir = '../'
datadir = '../'
version = '0.11.4.4-svn'
rev = '$Rev$'.replace('$', '').replace('Rev', '').replace(': ', '')
if rev is not '':
version += ' r' + rev
import sys, os.path
for base in ('.', 'common'):