diff --git a/nova/version.py b/nova/version.py index 90fa2a23bbd4..f113b4634a2b 100644 --- a/nova/version.py +++ b/nova/version.py @@ -16,7 +16,7 @@ NOVA_VERSION = ['2012', '2', '2'] YEAR, COUNT, REVISION = NOVA_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string():