diff options
author | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2018-02-01 11:32:04 -0500 |
---|---|---|
committer | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2018-02-01 14:14:14 -0500 |
commit | 01ebce0da39933d3b914e7ac9ebea741a0803c76 (patch) | |
tree | c40d55efaa4edb8e4e369ce498780c207986468f /src/third_party/SConscript | |
parent | c1974c9e681e161a758cf907e46c1e5f7f2aaf08 (diff) | |
download | mongo-01ebce0da39933d3b914e7ac9ebea741a0803c76.tar.gz |
SERVER-32904: Update timelib to 2018.01alpha1
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 d8156e7c819..6c9069f592e 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -13,7 +13,7 @@ mozjsSuffix = '-45' yamlSuffix = '-0.5.3' icuSuffix = '-57.1' gperftoolsSuffix = '-2.5' -timelibSuffix = '-2017.05' +timelibSuffix = '-2018.01alpha1' tomcryptSuffix = '-1.18.0-rc2' benchmarkSuffix = '-1.3.0' |