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