diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,7 +45,7 @@ import sys import tempfile project = 'scons' -default_version = '1.2.0' +default_version = '1.3.0' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() @@ -798,7 +798,7 @@ for p in [ scons ]: # # Now run everything in src_file through the sed command we - # concocted to expand SConstruct, 1.2.0.d20100306, etc. + # concocted to expand SConstruct, 1.3.0, etc. # for b in src_files: s = p['filemap'].get(b, b) |