Final versioning for 2012.1

Switch to Final=True versioning as we release RC1.

Change-Id: Ic79df75f186cd5f82eb065e28c491cc8891f2be7
This commit is contained in:
Thierry Carrez 2012-03-20 09:34:39 +01:00
parent ba9ddb9587
commit 050d23f88b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
NOVA_VERSION = ['2012', '1', None]
YEAR, COUNT, REVISION = NOVA_VERSION
FINAL = False # This becomes true at Release Candidate time
FINAL = True # This becomes true at Release Candidate time
def canonical_version_string():