From 8536dcada5501d93a684f00a9a6bf831abc81ef5 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Tue, 3 Feb 2009 20:15:56 +0000 Subject: Update SCons to latest checkpoint release, 1.2.0.d20090113. Key new features include support for batch compilation (directly supported for Visual C/C++) and ${UN,}CHANGED_{SOURCES,TARGETS} variables. Review URL: http://codereview.chromium.org/20025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9101 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/scons/README.chromium | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/scons/README.chromium') diff --git a/third_party/scons/README.chromium b/third_party/scons/README.chromium index ae5824f..2d2fbc2 100644 --- a/third_party/scons/README.chromium +++ b/third_party/scons/README.chromium @@ -1,7 +1,7 @@ This is a copy of SCons, a Python-based software build tool (that is, replacement for Make) that we use for cross-platform builds. -Current version: 1.2.0 +Current version: 1.2.0.d20090113 Originally obtained from: @@ -34,6 +34,6 @@ To import a new version of SCons: $ cp -rf scons-local-{VERSION}/* scons-local $ rm -rf scons-local-{VERSION} -- Update this README.google file to reflect the new version number. +- Update this README.chromium file to reflect the new version number. - Check in (after appropriate testing, of course). -- cgit v1.1