Bump to v5

Heat version 4 is now released, on to version 5.

Change-Id: I6e679f0d202e25bcaa0620b2a858a2910f4d4f33
Signed-off-by: Ian Main <imain@redhat.com>
This commit is contained in:
Ian Main 2012-06-27 09:56:54 -07:00
parent 038a65947c
commit 985ba43a24
1 changed files with 1 additions and 1 deletions

View File

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