summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2018-12-07 14:15:08 -0500
committerMathew Robinson <chasinglogic@gmail.com>2019-01-14 14:15:42 -0500
commitcf6e22331a81dac4e3c3800c9b94c0df1b439737 (patch)
tree7aec86eb3f619626266825d5ab55f524414e6f37 /src/third_party/SConscript
parent5e1371451b2c2053bfad271cbd8618bb4e209632 (diff)
downloadmongo-cf6e22331a81dac4e3c3800c9b94c0df1b439737.tar.gz
SERVER-28073 Upgrade Snappy to version 1.1.7
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 b33fcf64396..e8552441e21 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -7,7 +7,7 @@ Import("wiredtiger")
Import("mobile_se")
boostSuffix = "-1.69.0"
-snappySuffix = '-1.1.3'
+snappySuffix = '-1.1.7'
zlibSuffix = '-1.2.11'
zstdSuffix = '-1.3.7'
pcreSuffix = "-8.42"