summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-03-19 10:20:59 +0100
committerThierry Carrez <thierry@openstack.org>2012-03-19 10:20:59 +0100
commitcd4571c66a8a9a0a77e5e85bdcba4623624966ee (patch)
treebd5337d3ae9c52329d346cb8af64b12e00ec9b77
parentcfbd8b8c5fe15b3588c8cf65582d4c5671d11f91 (diff)
downloadneutron-cd4571c66a8a9a0a77e5e85bdcba4623624966ee.tar.gz
Final versioning for 2012.1essex-rc1
Change-Id: I4627bc046b8d559921536336ea4483129e0e0a36
-rw-r--r--quantum/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/version.py b/quantum/version.py
index a108bb88fd..65291e54c3 100644
--- a/quantum/version.py
+++ b/quantum/version.py
@@ -24,7 +24,7 @@ except ImportError:
QUANTUM_VERSION = ['2012', '1', None]
YEAR, COUNT, REVSISION = QUANTUM_VERSION
-FINAL = False # This becomes true at Release Candidate time
+FINAL = True # This becomes true at Release Candidate time
def canonical_version_string():