Diablo versioning

This commit is contained in:
Thierry Carrez
2011-04-15 11:39:08 +02:00
parent 8d30441025
commit e152c5d06a

View File

@@ -21,10 +21,10 @@ except ImportError:
'revision_id': 'LOCALREVISION',
'revno': 0}
NOVA_VERSION = ['2011', '2']
NOVA_VERSION = ['2011', '3']
YEAR, COUNT = NOVA_VERSION
FINAL = True # This becomes true at Release Candidate time
FINAL = False # This becomes true at Release Candidate time
def canonical_version_string():