]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Use v1 / v2 / v3 for version numbers to match tags
authorSteven Dake <sdake@redhat.com>
Fri, 20 Apr 2012 17:43:18 +0000 (10:43 -0700)
committerSteven Dake <sdake@redhat.com>
Fri, 20 Apr 2012 17:43:18 +0000 (10:43 -0700)
In the next several months since we wont be supporting maintenance releases,
Just use v1/v2/v3/v4 for releases to match our tags.

We can switch to an x.y.z or openstack style versioning when appropriate

Signed-off-by: Steven Dake <sdake@redhat.com>
heat/version.py

index 2d33bbc8a3ca22e9b6bef7e8caf79d12bd999080..9d6b092ab68aff29c99ee057651c8e060455bf9c 100644 (file)
@@ -20,8 +20,8 @@ except ImportError:
                     'revision_id': 'LOCALREVISION',
                     'revno': 0}
 
-HEAT_VERSION = ['0.0', '3']
-COUNT, REVISION = HEAT_VERSION
+HEAT_VERSION = ['v2']
+REVISION = HEAT_VERSION
 
 FINAL = False   # This becomes true at Release Candidate time