Final versioning for 2012.2.1

Change-Id: I3cee9306c7df2c5c5042afc6f1c5f47449dfee55
This commit is contained in:
Mark McLoughlin 2012-11-29 21:34:23 +00:00
parent 7f038bddc2
commit 9647138fdb
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', '1']
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():