summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorIan Boros <ian.boros@10gen.com>2019-01-10 09:42:25 -0500
committerIan Boros <ian.boros@10gen.com>2019-01-10 09:42:25 -0500
commite62142e3dabbb333fe43dd799491dc6147756a15 (patch)
treef900cced087de240c867c4513a5f6080238e7b33 /src/third_party/SConscript
parent7bda6fc29a4547c9c16b6405a86ce856888f70fe (diff)
downloadmongo-e62142e3dabbb333fe43dd799491dc6147756a15.tar.gz
Revert "SERVER-28073 Upgrade Snappy to version 1.1.7"
This reverts commit 46bb07958cdd0bbeb3402a3aab88954ecd63ce3c.
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 e8552441e21..b33fcf64396 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.7'
+snappySuffix = '-1.1.3'
zlibSuffix = '-1.2.11'
zstdSuffix = '-1.3.7'
pcreSuffix = "-8.42"