diff options
| author | Kevin Smith <git@kismith.co.uk> | 2012-12-21 20:01:45 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2012-12-21 20:01:45 (GMT) | 
| commit | f572ff58428c8ce6b5babb60f0ea6999d0be29d7 (patch) | |
| tree | d96b4a4876839ffc175e0eb99116cc53ecbe6947 /BuildTools/SCons | |
| parent | 13571287f10a337a3cd270f2edc6de44309418da (diff) | |
| download | swift-swift-2.0.zip swift-swift-2.0.tar.bz2 | |
Now specify a legal patch versionswift-2.0
Change-Id: I9a3a247945860fac64af664e14db5c09d80e1f8f
Diffstat (limited to 'BuildTools/SCons')
| -rw-r--r-- | BuildTools/SCons/Version.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/BuildTools/SCons/Version.py b/BuildTools/SCons/Version.py index cf0f4ad..607b6f7 100644 --- a/BuildTools/SCons/Version.py +++ b/BuildTools/SCons/Version.py @@ -36,7 +36,7 @@ def convertToWindowsVersion(version) :    major = int(version_match.group(1)) if version_match else 0    minor = int(version_match.group(2)) if version_match else 0    if version_match and len(version_match.group(3)) == 0 : -    patch = 99999 +    patch = 60000    else :      match = re.match("^beta(\d+)(.*)", version_match.group(3))      build_string = "" | 
 Swift
 Swift