diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-29 22:20:34 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-29 22:20:34 +0200 |
| commit | 4afc984101977fdff83c8b3ed7c26fcaf1a0030e (patch) | |
| tree | 58016e3c49b02a7d08effd2258dcf80c8af37350 /src/setup.py | |
| parent | a414d8e46960130a36b0bde5de3bef8cbd769e13 (diff) | |
| parent | a2795b63dd02ecddd8a0109dcc1b64108f68eace (diff) | |
Merge tag 'upstream/2.3.4'
Upstream version 2.3.4
Diffstat (limited to 'src/setup.py')
| -rw-r--r-- | src/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.py b/src/setup.py index 0365f3b..09c32bb 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 2014/08/24 12:12:31 garyo" +__revision__ = "src/setup.py 2014/09/27 12:51:43 garyo" import os import stat import sys -Version = "2.3.3" +Version = "2.3.4" man_pages = [ 'scons.1', |
