Changing version scheme to just major

This commit is contained in:
Chris Alfonso 2012-04-23 14:46:49 -04:00
parent bf859e6f4b
commit 841452f350
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ except ImportError:
'revision_id': 'LOCALREVISION',
'revno': 0}
HEAT_VERSION = ['v3']
HEAT_VERSION = ['3']
REVISION = HEAT_VERSION
FINAL = False # This becomes true at Release Candidate time