From 5a5dec2d65c5f6e5e97ea89278ee278470090b6c Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 28 Sep 2012 15:53:14 +0200 Subject: [PATCH] Bump next version to 2012.2.1 Open stable/folsom by bumping next version to 2012.2.1. Change-Id: I1d6d3a4dadc21427b5aa23a1f093850fd667f741 --- quantum/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quantum/version.py b/quantum/version.py index d41abf372c3..63d257e09d2 100644 --- a/quantum/version.py +++ b/quantum/version.py @@ -21,10 +21,10 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -QUANTUM_VERSION = ['2012', '2', None] +QUANTUM_VERSION = ['2012', '2', '1'] YEAR, COUNT, REVSISION = QUANTUM_VERSION -FINAL = True # This becomes true at Release Candidate time +FINAL = False # This becomes true at Release Candidate time def canonical_version_string():