Set FINAL = True in version.py.

This commit is contained in:
Soren Hansen 2011-02-02 11:18:00 +00:00 committed by Tarmac
commit 75e052e2c0
1 changed files with 1 additions and 1 deletions

View File

@ -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():