]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Final versioning for 2012.2.1
authorMark McLoughlin <markmc@redhat.com>
Thu, 29 Nov 2012 21:30:12 +0000 (21:30 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 29 Nov 2012 21:32:59 +0000 (21:32 +0000)
Change-Id: I74e485f7fde8d34fa5e6e8852e06d522b2ccc1d1

cinder/version.py

index 171261e5eee6519e3181ea51ced307452078a46f..12714e12b2b076312713befaf4ffd3ba036fa4e8 100644 (file)
@@ -16,7 +16,7 @@
 
 CINDER_VERSION = ['2012', '2', '1']
 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():