From e7885e3af440eaef38a9301fd92a105afc8ddebb Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 25 Mar 2010 20:51:52 +0100 Subject: Imported Upstream version 1.3.0 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 30d79f5..12abc80 100644 --- a/SConstruct +++ b/SConstruct @@ -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) -- cgit v1.2.3