From 3a6cc2f6dce82b6554618418a9424588a047ffc6 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 29 Nov 2012 21:25:50 +0000 Subject: [PATCH] Final 2012.2.1 versioning Change-Id: Iedbe1d2f4586f93e27a878a40ce00f65914035a7 --- quantum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/version.py b/quantum/version.py index 63d257e09d..be22c39be2 100644 --- a/quantum/version.py +++ b/quantum/version.py @@ -24,7 +24,7 @@ except ImportError: QUANTUM_VERSION = ['2012', '2', '1'] YEAR, COUNT, REVSISION = QUANTUM_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string():