Set FINAL versioning

Set FINAL=True in preparation for RC1 publication

Change-Id: Ib4301a63f94f0cfb8cc3556c70a0344434737128
This commit is contained in:
Thierry Carrez 2012-09-12 00:27:08 +02:00
parent 968a6aa239
commit 55002fddef
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ version_info = {'branch_nick': u'LOCALBRANCH',
HORIZON_VERSION = ['2012', '2', None]
YEAR, COUNT, REVISION = HORIZON_VERSION
FINAL = False # This becomes true at Release Candidate time
FINAL = True # This becomes true at Release Candidate time
def canonical_version_string():