Bump next version to 2012.2.1

Open stable/folsom by bumping next version to 2012.2.1.

Change-Id: I1d6d3a4dadc21427b5aa23a1f093850fd667f741
This commit is contained in:
Thierry Carrez 2012-09-28 15:53:14 +02:00
parent a9b17b66b7
commit 5a5dec2d65
1 changed files with 2 additions and 2 deletions

View File

@ -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():