Final versioning for 2012.1.3

Change-Id: I5e0035c8c08ad6ed931d826992ae0d0761b56e49
This commit is contained in:
Mark McLoughlin 2012-10-11 20:34:35 +01:00
parent 7e651d770e
commit b67f21f9b4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ version_info = {'branch_nick': u'LOCALBRANCH',
HORIZON_VERSION = ['2012', '1', '3']
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():