Final 2012.2 versioning

Mark Final=True as we prepare for RC1 publication.

Change-Id: I553042bcef9f3d9e0eb6d03e66422191278f7c05
This commit is contained in:
Thierry Carrez 2012-09-12 10:23:44 +02:00
parent ba0258f120
commit ac4049bb85
1 changed files with 1 additions and 1 deletions

View File

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