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 | 75e1b1228eeefa79a360e6056365d74a5d39ce65 (patch) | |
tree | 4ae6cd9b93e46dd78fd23646affc17b7908fb822 /QMTest | |
parent | 2a6d8ed55095d65344e22d0dd8007c48a0778895 (diff) | |
download | SCons-75e1b1228eeefa79a360e6056365d74a5d39ce65.zip SCons-75e1b1228eeefa79a360e6056365d74a5d39ce65.tar.gz SCons-75e1b1228eeefa79a360e6056365d74a5d39ce65.tar.bz2 |
Merged revisions 1757-1765 via svnmerge from
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', |