diff options
author | Ryan Egesdahl <ryan.egesdahl@mongodb.com> | 2020-05-14 10:31:07 -0700 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-15 16:21:47 +0000 |
commit | 2dc2b30e10f20a7d75faff0f35d3696660fd8721 (patch) | |
tree | 71a88c0b00ef775960a369a303dc57e3b5fde321 /src/third_party/zlib-1.2.11 | |
parent | f35cd4090e5d379220f0471a126168988406c0b6 (diff) | |
download | mongo-2dc2b30e10f20a7d75faff0f35d3696660fd8721.tar.gz |
SERVER-40711 Update zstd dependency from version 1.4.3 to 1.4.4
The zstandard library has a new version that is supposed to have an 8%
increase in compression speed. This is a simple dependency version bump.
Diffstat (limited to 'src/third_party/zlib-1.2.11')
-rw-r--r-- | src/third_party/zlib-1.2.11/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/zlib-1.2.11/SConscript b/src/third_party/zlib-1.2.11/SConscript index 9052821164d..63edb796597 100644 --- a/src/third_party/zlib-1.2.11/SConscript +++ b/src/third_party/zlib-1.2.11/SConscript @@ -1,4 +1,6 @@ # -*- mode: python; -*- +# NOTE: This file is auto-generated by "zlib_get_sources.sh" - DO NOT EDIT + Import("env") env = env.Clone() |