summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-09-12 10:23:44 +0200
committerThierry Carrez <thierry@openstack.org>2012-09-12 10:23:44 +0200
commitac4049bb850cd88ffe0ab7ddea4a1c0b32fc120a (patch)
tree69c0b1d3cd207d8ba4b0cc3051dac349610e87cb
parentba0258f1206ad20f21401586d07c472635038e8c (diff)
downloadneutron-ac4049bb850cd88ffe0ab7ddea4a1c0b32fc120a.tar.gz
Final 2012.2 versioningfolsom-rc1
Mark Final=True as we prepare for RC1 publication. Change-Id: I553042bcef9f3d9e0eb6d03e66422191278f7c05
-rw-r--r--quantum/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/version.py b/quantum/version.py
index fb80c73eb3..d41abf372c 100644
--- a/quantum/version.py
+++ b/quantum/version.py
@@ -24,7 +24,7 @@ except ImportError:
QUANTUM_VERSION = ['2012', '2', 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():