summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-11-29 21:25:50 +0000
committerMark McLoughlin <markmc@redhat.com>2012-11-29 21:25:50 +0000
commit3a6cc2f6dce82b6554618418a9424588a047ffc6 (patch)
tree58dfd0fda439a13cdfdd91d35009b90439a0b513
parentaeabb42493e7889992fa8b1a32dabda4432174c5 (diff)
downloadneutron-2012.2.1.tar.gz
Final 2012.2.1 versioning2012.2.1
Change-Id: Iedbe1d2f4586f93e27a878a40ce00f65914035a7
-rw-r--r--quantum/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/version.py b/quantum/version.py
index 63d257e09d..be22c39be2 100644
--- a/quantum/version.py
+++ b/quantum/version.py
@@ -24,7 +24,7 @@ except ImportError:
QUANTUM_VERSION = ['2012', '2', '1']
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():