]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Mark Cinder 2012.2 Final as we near RC1
authorThierry Carrez <thierry@openstack.org>
Tue, 18 Sep 2012 18:12:45 +0000 (20:12 +0200)
committerThierry Carrez <thierry@openstack.org>
Tue, 18 Sep 2012 18:12:45 +0000 (20:12 +0200)
Mark Final=True as we prepare to publish Folsom RC1.

Change-Id: Ie95dd290aef49633586a4b483c3c80dca3e72aa2

cinder/version.py

index 45b85c5e8bfb3a715bf33483e6a6ae48a5f31633..afec39147cc8b868d9fb699458128fda59982ee9 100644 (file)
@@ -16,7 +16,7 @@
 
 CINDER_VERSION = ['2012', '2', None]
 YEAR, COUNT, REVISION = CINDER_VERSION
-FINAL = False   # This becomes true at Release Candidate time
+FINAL = True   # This becomes true at Release Candidate time
 
 
 def canonical_version_string():