From 675799742a8bd4e4ad9191b2f331dfc63066cc2c Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 31 Jan 2013 21:31:39 +0000 Subject: [PATCH] Final versioning for 2012.2.3 Change-Id: Ic83a1c1617ad74b931f54f1755bc9dcecfe2c527 --- horizon/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horizon/version.py b/horizon/version.py index 104bafe3c4..1fc636dbfb 100644 --- a/horizon/version.py +++ b/horizon/version.py @@ -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():