From 07e947e3bea12d90f303bb953346fff68950d638 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 29 Nov 2012 21:30:12 +0000 Subject: [PATCH] Final versioning for 2012.2.1 Change-Id: I74e485f7fde8d34fa5e6e8852e06d522b2ccc1d1 --- cinder/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/version.py b/cinder/version.py index 171261e5e..12714e12b 100644 --- a/cinder/version.py +++ b/cinder/version.py @@ -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(): -- 2.45.2