summaryrefslogtreecommitdiff
path: root/src/third_party/zlib-1.2.11
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-05-14 10:31:07 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-15 16:21:47 +0000
commit2dc2b30e10f20a7d75faff0f35d3696660fd8721 (patch)
tree71a88c0b00ef775960a369a303dc57e3b5fde321 /src/third_party/zlib-1.2.11
parentf35cd4090e5d379220f0471a126168988406c0b6 (diff)
downloadmongo-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/SConscript2
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()