https://github.com/JuliaLang/julia
Revision cef11677997f8d7385db669e3e5bb197edefcdc1 authored by Fredrik Ekre on 11 December 2018, 15:29:41 UTC, committed by Kristoffer Carlsson on 12 December 2018, 23:54:07 UTC
(cherry picked from commit 217d330296debe0567bb07addabf66b00602e325)
1 parent acbb3cc
Raw File
Tip revision: cef11677997f8d7385db669e3e5bb197edefcdc1 authored by Fredrik Ekre on 11 December 2018, 15:29:41 UTC
Update to Documenter 0.21 and prepare for PDF documentation builds. (#30339)
Tip revision: cef1167
Versions.make
LLVM_VER = 6.0.1
LLVM_BB_REL = 3
PCRE_VER = 10.30
DSFMT_VER = 2.2.3
LAPACK_VER = 3.5.0
SUITESPARSE_VER = 4.4.5
UNWIND_VER = 1.1-julia2
OSXUNWIND_VER = 0.0.5
GMP_VER = 6.1.2
MPFR_VER = 4.0.1
PATCHELF_VER = 0.9
MBEDTLS_VER = 2.6.0
CURL_VER = 7.56.0

# Specify the version of the Mozilla CA Certificate Store to obtain.
# The versions of cacert.pem are identified by the date (YYYY-MM-DD) of their changes.
# See https://curl.haxx.se/docs/caextract.html for more details.
MOZILLA_CACERT_VERSION := 2018-10-17
back to top