diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-30 00:31:29 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-30 00:31:29 +0000 |
commit | 282e2f7d5da27717e6fe05abd482237db0019e01 (patch) | |
tree | 6cc7563bc98506f67c1a0b2fc2b6113cdd1c9dfe /third_party/scons/scons-local/SCons/__init__.py | |
parent | c91a523e35cbbf233f82ae17a340b92459da5103 (diff) | |
download | chromium_src-282e2f7d5da27717e6fe05abd482237db0019e01.zip chromium_src-282e2f7d5da27717e6fe05abd482237db0019e01.tar.gz chromium_src-282e2f7d5da27717e6fe05abd482237db0019e01.tar.bz2 |
Moving to scons 1.1.0
Review URL: http://codereview.chromium.org/8900
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/scons/scons-local/SCons/__init__.py')
-rw-r--r-- | third_party/scons/scons-local/SCons/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/scons/scons-local/SCons/__init__.py b/third_party/scons/scons-local/SCons/__init__.py index ca7dd6b..96142d2 100644 --- a/third_party/scons/scons-local/SCons/__init__.py +++ b/third_party/scons/scons-local/SCons/__init__.py @@ -27,15 +27,15 @@ The main package for the SCons software construction utility. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/engine/SCons/__init__.py 3424 2008/09/15 11:22:20 scons" +__revision__ = "src/engine/SCons/__init__.py 3603 2008/10/10 05:46:45 scons" -__version__ = "1.0.1.d20080915" +__version__ = "1.1.0" -__build__ = "r3424" +__build__ = "r3603" __buildsys__ = "scons-dev" -__date__ = "2008/09/15 11:22:20" +__date__ = "2008/10/10 05:46:45" __developer__ = "scons" |