diff options
author | Steven Knight <knight@baldmt.com> | 2007-01-08 17:33:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2007-01-08 17:33:58 (GMT) |
commit | 5b584a10bcc6ea92c4c460861187573f41f2fb2a (patch) | |
tree | 4ae6cd9b93e46dd78fd23646affc17b7908fb822 /QMTest | |
parent | 5df93775f69d56b575962d8756dec5dc512cd393 (diff) | |
download | SCons-5b584a10bcc6ea92c4c460861187573f41f2fb2a.zip SCons-5b584a10bcc6ea92c4c460861187573f41f2fb2a.tar.gz SCons-5b584a10bcc6ea92c4c460861187573f41f2fb2a.tar.bz2 |
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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 091c29f..79e96d7 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', |