]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Open Folsom
authorThierry Carrez <thierry@openstack.org>
Fri, 16 Mar 2012 22:19:22 +0000 (23:19 +0100)
committerThierry Carrez <thierry@openstack.org>
Fri, 16 Mar 2012 22:19:22 +0000 (23:19 +0100)
Change-Id: Ic594468be5b3c79a8e3d97b6a81668a0db98885b

quantum/version.py

index a108bb88fdb80830e289267e389d06e84fe4b973..fb80c73eb3b1668e533e29f6627d3fcccdb0a4a7 100644 (file)
@@ -21,7 +21,7 @@ except ImportError:
                     'revision_id': 'LOCALREVISION',
                     'revno': 0}
 
-QUANTUM_VERSION = ['2012', '1', None]
+QUANTUM_VERSION = ['2012', '2', None]
 YEAR, COUNT, REVSISION = QUANTUM_VERSION
 
 FINAL = False   # This becomes true at Release Candidate time