summaryrefslogtreecommitdiffstats
path: root/src/setupTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/setupTests.py')
-rw-r--r--src/setupTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupTests.py b/src/setupTests.py
index 6c151eb..78fd387 100644
--- a/src/setupTests.py
+++ b/src/setupTests.py
@@ -50,7 +50,7 @@ except KeyError:
try:
version = os.environ['SCONS_VERSION']
except KeyError:
- version = '__VERSION__'
+ version = '0.12'
scons_version = 'scons-%s' % version