summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-04 08:46:46 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-04 08:46:46 +0100
commit4c7fed99e5554ba71d62987c0ec5f1302011b122 (patch)
tree250e3df1c8840e7b8c0838db52a98d8622cb4103 /SConstruct
parent301edd26f23e3d954dcea5cffc1ad13f969822ca (diff)
New upstream version 2.5.1+repackupstream/2.5.1+repack
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct10
1 files changed, 6 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 3ebe44c..16d01d2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,7 +6,7 @@
copyright_years = '2001 - 2016'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'April 2016'
+month_year = 'November 2016'
#
# Copyright (c) 2001 - 2016 The SCons Foundation
@@ -43,7 +43,7 @@ import tempfile
import bootstrap
project = 'scons'
-default_version = '2.5.0'
+default_version = '2.5.1'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()
@@ -642,6 +642,7 @@ scons_script = {
'scons' : 'scons.py',
'sconsign' : 'sconsign.py',
'scons-time' : 'scons-time.py',
+ 'scons-configure-cache' : 'scons-configure-cache.py',
},
'buildermap' : {},
@@ -650,6 +651,7 @@ scons_script = {
'scons-' + version,
'sconsign-' + version,
'scons-time-' + version,
+ 'scons-configure-cache-' + version,
],
'explicit_deps' : {
@@ -706,7 +708,7 @@ scons = {
},
}
-scripts = ['scons', 'sconsign', 'scons-time']
+scripts = ['scons', 'sconsign', 'scons-time', 'scons-configure-cache']
src_deps = []
src_files = []
@@ -805,7 +807,7 @@ for p in [ scons ]:
#
# Now run everything in src_file through the sed command we
- # concocted to expand SConstruct, 2.5.0, etc.
+ # concocted to expand SConstruct, 2.5.1, etc.
#
for b in src_files:
s = p['filemap'].get(b, b)