summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-29 20:22:55 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-29 20:22:55 +0200
commit0b1559616669d8a8c28dcd78f192c051efec323b (patch)
tree8026a245654dcbaab45384972a02a7166af58db5 /setup.py
parent9ddba95984d3c5bcc02deb636244cac8f1fd686f (diff)
parent665e78e013bc207a5ec35e4bc41daf2e464f6ed3 (diff)
Merge tag 'upstream/2.3.4'
Upstream version 2.3.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0365f3b..09c32bb 100644
--- a/setup.py
+++ b/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',