diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-04 08:04:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-04 08:04:53 +0100 |
commit | 1d9b9f9adaf7a3b7582c243643c6405d4f5cd135 (patch) | |
tree | 20ef9ed40c7db4b1436ce95ce6fd2f2ec6309e4c /setup.py | |
parent | 70639bffe44444b5faee83772cc3c73dc2e46fed (diff) |
New upstream version 2.5.1upstream/2.5.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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, |