Final versioning

Set Final=True to 2012.1 version, as we release RC1.

Change-Id: If108daa0882a2ed3bf0dba2621941b5f9cece688
This commit is contained in:
Thierry Carrez 2012-03-20 23:15:18 +01:00
parent 15d9c8f371
commit f4a70356ed
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ except ImportError:
GLANCE_VERSION = ['2012', '1', None]
YEAR, COUNT, REVSISION = GLANCE_VERSION
FINAL = False # This becomes true at Release Candidate time
FINAL = True # This becomes true at Release Candidate time
def canonical_version_string():