From 7a158d2e29b939f0fa25f46afae09c8a8eb1f336 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 28 Sep 2012 16:21:33 +0200 Subject: [PATCH] Bump next version to 2012.2.1 Open stable/folsom by bumping next version to 2012.2.1. Change-Id: If60a8e714ba78c8d9bfcc5f07d9abaea5c4cf785 --- cinder/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/version.py b/cinder/version.py index afec39147..171261e5e 100644 --- a/cinder/version.py +++ b/cinder/version.py @@ -14,9 +14,9 @@ # License for the specific language governing permissions and limitations # under the License. -CINDER_VERSION = ['2012', '2', None] +CINDER_VERSION = ['2012', '2', '1'] YEAR, COUNT, REVISION = CINDER_VERSION -FINAL = True # This becomes true at Release Candidate time +FINAL = False # This becomes true at Release Candidate time def canonical_version_string(): -- 2.45.2