From ac4049bb850cd88ffe0ab7ddea4a1c0b32fc120a Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 12 Sep 2012 10:23:44 +0200 Subject: [PATCH] Final 2012.2 versioning Mark Final=True as we prepare for RC1 publication. Change-Id: I553042bcef9f3d9e0eb6d03e66422191278f7c05 --- quantum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/version.py b/quantum/version.py index fb80c73eb3b..d41abf372c3 100644 --- a/quantum/version.py +++ b/quantum/version.py @@ -24,7 +24,7 @@ except ImportError: QUANTUM_VERSION = ['2012', '2', 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():