summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2007-01-08 17:33:58 +0000
committerSteven Knight <knight@baldmt.com>2007-01-08 17:33:58 +0000
commit686ae576494b4316342fd9ad25e0640e2e18afa3 (patch)
tree4ae6cd9b93e46dd78fd23646affc17b7908fb822 /QMTest
parentbb3d2ddc066d7ddb300b31b10947df6f15120ea1 (diff)
downloadscons-686ae576494b4316342fd9ad25e0640e2e18afa3.tar.gz
Merged revisions 1757-1765 via svnmerge from0.96.94
http://scons.tigris.org/svn/scons/branches/core ........ r1759 | stevenknight | 2007-01-07 09:36:37 -0600 (Sun, 07 Jan 2007) | 1 line 0.96.D541 - Update the Copyright year string to include 2007. Automate updating the month+year string in man page title headers. Fix hard-coded __revision__ strings that crept into some older tests. ........ r1765 | stevenknight | 2007-01-08 11:28:02 -0600 (Mon, 08 Jan 2007) | 1 line 0.96.D543 - Update development line for 0.96.94. ........
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 091c29f8..79e96d70 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -30,7 +30,7 @@ from TestCommon import __all__
# to what we expect. (If we derived the version number from the same
# data driving the build we might miss errors if the logic breaks.)
-SConsVersion = '0.96.93'
+SConsVersion = '0.96.94'
__all__.extend([ 'TestSCons',
'python',