summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-01-19 12:34:02 +0000
committerMark McLoughlin <markmc@redhat.com>2012-01-19 12:34:02 +0000
commit2210b0796bf0b905ee5956a0b526b07eaae86709 (patch)
tree8e2a990e80e72f5b90f9ca82d7324bdc5ef03174
parentc22ab8ad264676f19789022cf20e6b1866d698f3 (diff)
downloadnova-2210b0796bf0b905ee5956a0b526b07eaae86709.tar.gz
Final versioning for 2011.3.12011.3.1
Change-Id: I444a726c3906f3c25a47b558df4225bda36efe8c
-rw-r--r--nova/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py
index 87d0c8abb9..b97f072bf9 100644
--- a/nova/version.py
+++ b/nova/version.py
@@ -24,7 +24,7 @@ except ImportError:
NOVA_VERSION = ['2011', '3', '1']
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():