diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:11:39 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:11:39 +0200 |
commit | b2fa39f7baf24a9da2ee40e6d625e8ce91c4b471 (patch) | |
tree | f9eca9049e11ca23426f8cf8b5302f65b547d49d /setup.py | |
parent | df9075291049202264a88a9740f281a55823ff62 (diff) | |
parent | 765fbac29295fb4e462c480d09dbdb2f9718a845 (diff) |
Merge tag 'upstream/2.3.3'
Upstream version 2.3.3
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 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 2014/07/05 09:42:21 garyo" +__revision__ = "src/setup.py 2014/08/24 12:12:31 garyo" import os import stat import sys -Version = "2.3.2" +Version = "2.3.3" man_pages = [ 'scons.1', |