From 3ab3017403945d290e198d13c3328b17b3f146c8 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 21 Sep 2011 17:17:22 +0200 Subject: [PATCH] Final versioning for Diablo. DO NOT APPROVE UNTIL GLANCE IS READY TO SHIP. This should be the last commit before release. This will count as PTL signoff for release. Change-Id: If48e81f150bfd19146c00efe82fcd308e04dfcd0 --- glance/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/version.py b/glance/version.py index 00e8793ad9..89d72b51b2 100644 --- a/glance/version.py +++ b/glance/version.py @@ -24,7 +24,7 @@ except ImportError: GLANCE_VERSION = ['2011', '3'] YEAR, COUNT = GLANCE_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string():