Final versioning for 2012.1

Set Final=True on 2012.1 as we cut RC1.

Change-Id: Ie09be4da5945e8d0b884f96d07e7efab283eee6b
This commit is contained in:
Thierry Carrez 2012-03-20 17:20:18 +01:00
parent e42a70aeed
commit 97fc4f88a3
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']
YEAR, COUNT = HORIZON_VERSION
FINAL = False # This becomes true at Release Candidate time
FINAL = True # This becomes true at Release Candidate time
def canonical_version_string():