diff options
author | Soren Hansen <soren@linux2go.dk> | 2011-02-02 11:16:00 +0100 |
---|---|---|
committer | Soren Hansen <soren@linux2go.dk> | 2011-02-02 11:16:00 +0100 |
commit | c98a298c3aefb1f465530537ee4773bd04673fe4 (patch) | |
tree | 686097d3cd274ce37d4d25d178542daa13a5626e | |
parent | e0311518a6bed3495e3bb22cc04d3e43838753be (diff) | |
download | nova-c98a298c3aefb1f465530537ee4773bd04673fe4.tar.gz |
Set FINAL = True in version.py.
-rw-r--r-- | nova/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py index 7b27acb6a5..48ac84a038 100644 --- a/nova/version.py +++ b/nova/version.py @@ -24,7 +24,7 @@ except ImportError: NOVA_VERSION = ['2011', '1'] YEAR, COUNT = NOVA_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string(): |