diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-04 08:47:01 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-04 08:47:01 +0100 |
commit | 55d5994be2a3611c48d0ded6a0f3152f34e7c1c6 (patch) | |
tree | 91b2c3e05dc41e743390a7f60e087ceefa3c9d74 /src/setup.py | |
parent | dff05257ec0087d8725e9041a6dadba9381ea5fc (diff) | |
parent | 4c7fed99e5554ba71d62987c0ec5f1302011b122 (diff) |
Merge tag 'upstream/2.5.1+repack'
Upstream version 2.5.1+repack
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/setup.py b/src/setup.py index 141ec50..59a90f4 100644 --- a/src/setup.py +++ b/src/setup.py @@ -32,13 +32,13 @@ NOTE: Installed SCons is not importable like usual Python packages. It is below is dedicated to make it happen on various platforms. """ -__revision__ = "src/setup.py rel_2.5.0:3543:937e55cd78f7 2016/04/09 11:29:54 bdbaddog" +__revision__ = "src/setup.py rel_2.5.1:3735:9dc6cee5c168 2016/11/03 14:02:02 bdbaddog" import os import stat import sys -Version = "2.5.0" +Version = "2.5.1" man_pages = [ 'scons.1', @@ -394,6 +394,7 @@ scripts = [ 'script/scons', 'script/sconsign', 'script/scons-time', + 'script/scons-configure-cache', # We include scons.bat in the list of scripts, even on UNIX systems, # because we provide an option to allow it be installed explicitly, |