diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2018-12-06 13:45:18 -0500 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2018-12-14 15:53:17 -0500 |
commit | edc4dd8d84955a4c70d37d32d72f225dbf9cd4be (patch) | |
tree | f330b57ef3c5d3147ba39cda819ac071f06f8b4c /src/third_party/SConscript | |
parent | dfc46be8d31620ed662898ee01bf473246ae49d3 (diff) | |
download | mongo-edc4dd8d84955a4c70d37d32d72f225dbf9cd4be.tar.gz |
SERVER-38002 Upgrade PCRE to 8.42
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r-- | src/third_party/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript index f0620e89746..86a757bb8d7 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -10,7 +10,7 @@ boostSuffix = "-1.68.0" snappySuffix = '-1.1.3' zlibSuffix = '-1.2.11' zstdSuffix = '-1.3.7' -pcreSuffix = "-8.41" +pcreSuffix = "-8.42" mozjsSuffix = '-45' yamlSuffix = '-0.6.2' icuSuffix = '-57.1' |