diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-01-21 14:08:50 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-02-03 15:56:37 -0500 |
commit | e64627181c51a349e3eeff4dfe480a7d76de90e8 (patch) | |
tree | ccbda06deeb900a94ed6460bc352241291f1e547 /src/third_party/SConscript | |
parent | b1f64162204c6bd9489ab1c0ecc0533a005f1f70 (diff) | |
download | mongo-e64627181c51a349e3eeff4dfe480a7d76de90e8.tar.gz |
SERVER-18783 PCRE 8.38 Build Integration
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 7ea6f30ae10..66deed850cf 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -5,7 +5,7 @@ Import("wiredtiger") snappySuffix = '-1.1.3' zlibSuffix = '-1.2.8' -pcreSuffix = "-8.37" +pcreSuffix = "-8.38" mozjsSuffix = '-38' yamlSuffix = '-0.5.3' |