Use v1 / v2 / v3 for version numbers to match tags

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>
This commit is contained in:
Steven Dake 2012-04-20 10:43:18 -07:00
parent f04ba87976
commit fe5ebdbde1
1 changed files with 2 additions and 2 deletions

View 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