Changeset 9966

Show
Ignore:
Timestamp:
07/20/08 16:44:08 (4 months ago)
Author:
js
Message:

This should automatically include the revision in our version.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/defs.py

    • Property svn:keywords set to Rev
    r9508 r9966  
    44 
    55version = '0.11.4.4-svn' 
     6rev = '$Rev$'.replace('$', '').replace('Rev', '').replace(': ', '') 
     7if rev is not '': 
     8        version += ' r' + rev 
    69 
    710import sys, os.path