From cd4571c66a8a9a0a77e5e85bdcba4623624966ee Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 19 Mar 2012 10:20:59 +0100 Subject: [PATCH] Final versioning for 2012.1 Change-Id: I4627bc046b8d559921536336ea4483129e0e0a36 --- quantum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/version.py b/quantum/version.py index a108bb88f..65291e54c 100644 --- a/quantum/version.py +++ b/quantum/version.py @@ -24,7 +24,7 @@ except ImportError: QUANTUM_VERSION = ['2012', '1', None] 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():