From 7a2a61e5198500511415b112d46cd665a470715d Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 5 Dec 2012 05:46:52 -0500 Subject: [PATCH] bumping release sequence to 2 --- packstack/version.py | 2 +- spec/openstack-packstack.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packstack/version.py b/packstack/version.py index 830f4ddde..dd6a29127 100644 --- a/packstack/version.py +++ b/packstack/version.py @@ -1,5 +1,5 @@ -VERSION = ['2012', '2', '1'] +VERSION = ['2012', '2', '2'] FINAL=False def version_string(): diff --git a/spec/openstack-packstack.spec b/spec/openstack-packstack.spec index a46a33b8b..e0d6b9cfb 100644 --- a/spec/openstack-packstack.spec +++ b/spec/openstack-packstack.spec @@ -2,9 +2,9 @@ %global git_revno %GIT_REVNO% Name: openstack-packstack -Version: 2012.2.1 +Version: 2012.2.2 #Release: 1%{?dist} -Release: 1dev%{git_revno}%{?dist} +Release: 0.1.dev%{git_revno}%{?dist} Summary: Openstack Install Utility Group: Applications/System