summaryrefslogtreecommitdiffstats
path: root/src/setupTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/setupTests.py')
-rw-r--r--src/setupTests.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/setupTests.py b/src/setupTests.py
index 78fd387..0ba2f2f 100644
--- a/src/setupTests.py
+++ b/src/setupTests.py
@@ -47,10 +47,11 @@ try:
except KeyError:
cwd = os.getcwd()
-try:
- version = os.environ['SCONS_VERSION']
-except KeyError:
- version = '0.12'
+#try:
+# version = os.environ['SCONS_VERSION']
+#except KeyError:
+# version = '__VERSION__'
+version = '0.13'
scons_version = 'scons-%s' % version