Final versioning for Swift 1.4.4

Set final versioning for Swift 1.4.4, should be the last commit to
milestone-proposed branch before 1.4.4 release.

Change-Id: Ide6ea519f79c012894ab57705a873101776a347e
This commit is contained in:
Thierry Carrez 2011-11-21 11:09:15 +01:00
parent 32378d8d68
commit 52d7521f88
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.4.4', False)
_version = Version('1.4.4', True)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version