This should automatically include the revision in our version.
This commit is contained in:
parent
cdbdaa52f3
commit
41e3b00dbe
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue