summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2018-04-11 15:38:54 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2018-04-11 15:38:54 -0400
commit0fa7bcb8bea5d4585fdbc1003b5116cd7bf28540 (patch)
treec809dc36ca05576ff1919c7194821c14367ac4a9 /src/third_party/SConscript
parentc6af07af7922c58293e86992ff9ef0a9ad77d398 (diff)
downloadmongo-0fa7bcb8bea5d4585fdbc1003b5116cd7bf28540.tar.gz
SERVER-34149 Upgrade zlib to latest.
Upgraded zlib to 1.2.11, and added a "get_sources" script to document the process.
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r--src/third_party/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index b3867793e5b..c9b5ad9a2aa 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -8,7 +8,7 @@ Import("mobile_se")
boostSuffix = "-1.60.0"
snappySuffix = '-1.1.3'
-zlibSuffix = '-1.2.8'
+zlibSuffix = '-1.2.11'
pcreSuffix = "-8.41"
mozjsSuffix = '-45'
yamlSuffix = '-0.5.3'