Final versioning for 2012.2.3

Change-Id: Ic83a1c1617ad74b931f54f1755bc9dcecfe2c527
This commit is contained in:
Mark McLoughlin 2013-01-31 21:31:39 +00:00
parent 20fa0fcaa5
commit 675799742a
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ version_info = {'branch_nick': u'LOCALBRANCH',
'revno': 0}
HORIZON_VERSION = ['2012', '2', '2']
HORIZON_VERSION = ['2012', '2', '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():