Set FINAL = True in version.py.

This commit is contained in:
Soren Hansen 2011-02-02 11:16:00 +01:00
parent e0311518a6
commit c98a298c3a

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