Final Swift 1.7.6 versioning

Mark FINAL=True as we release Swift 1.7.6. Should not be approved
until 1.7.6 is cleared for release by its PTL !

Change-Id: Icd002d96b76c13a4744f39990e614e5cf08afff2
This commit is contained in:
Thierry Carrez 2013-01-22 14:28:29 +01:00
parent d87ce03c3e
commit 9515e30d35
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Version(object):
return '%s-dev' % (self.canonical_version,)
_version = Version('1.7.6', False)
_version = Version('1.7.6', True)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version