Skip to content

Commit

Permalink
Set FINAL versioning
Browse files Browse the repository at this point in the history
Set FINAL=True in preparation for RC1 publication

Change-Id: Ib4301a63f94f0cfb8cc3556c70a0344434737128
  • Loading branch information
ttx committed Sep 11, 2012
1 parent 968a6aa commit 55002fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

HORIZON_VERSION = ['2012', '2', None]
YEAR, COUNT, REVISION = HORIZON_VERSION
FINAL = False # This becomes true at Release Candidate time
FINAL = True # This becomes true at Release Candidate time


def canonical_version_string():
Expand Down

0 comments on commit 55002fd

Please sign in to comment.