Skip to content

Commit

Permalink
Merge ac692d8 into f877460
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 7, 2019
2 parents f877460 + ac692d8 commit c656f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions distrib/linux/mesa/CMakeLists.txt
Expand Up @@ -3,11 +3,11 @@ project(Mesa)
# Name and version of our package

set(PACKAGE_NAME Mesa)
set(PACKAGE_VERSION 19.1.5)
set(PACKAGE_VERSION 19.2.0)

# Git tag for our library

set(GIT_TAG v19.1.5)
set(GIT_TAG v19.2.0)

# Specify where our local package will be installed

Expand All @@ -30,9 +30,9 @@ if(USE_PREBUILT_MESA_PACKAGE)
# Retrieve the library's package

retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 9e4065df67863fd08d7b3285db22d7c59c50eb8e
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 269dcad57654e6b154d87e8cba2064a1a6113b37
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES dd9385da7685f84853a97207275cda816f0d2fc0)
SHA1_VALUES 2af98eacbf638d97ae736ed83aa79e3d726a5e93)
else()
# Build Mesa as an external project

Expand Down
2 changes: 1 addition & 1 deletion doc/downloads/index.js
Expand Up @@ -39,7 +39,7 @@ var jsonData = { "versions": [
"changes": [
{ "change": "<strong>SED-ML support:</strong> added support left and right triangle symbols (see issue <a href=\"https://github.com/opencor/opencor/issues/2173\">#2173</a>)." },
{ "change": "<strong>Simulation Experiment view:</strong> properly handle the Graph Panel properties (see issue <a href=\"https://github.com/opencor/opencor/issues/2171\">#2171</a>). Make sure that curves are plotted with all of their original settings when reloading a SED-ML file (see issue <a href=\"https://github.com/opencor/opencor/issues/2176\">#2176</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded the <a href=\"https://www.openssl.org/\">OpenSSL</a> library to version 1.1.1d (see issue <a href=\"https://github.com/opencor/opencor/issues/2157\">#2157</a>). Upgraded <a href=\"http://www.llvm.org/\">LLVM</a>+<a href=\"http://clang.llvm.org/\">Clang</a> to version 9.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2161\">#2161</a>)." }
{ "change": "<strong>Third-party libraries:</strong> upgraded the <a href=\"https://www.openssl.org/\">OpenSSL</a> library to version 1.1.1d (see issue <a href=\"https://github.com/opencor/opencor/issues/2157\">#2157</a>). Upgraded <a href=\"http://www.llvm.org/\">LLVM</a>+<a href=\"http://clang.llvm.org/\">Clang</a> to version 9.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2161\">#2161</a>). Upgraded <a href=\"https://www.mesa3d.org/\">Mesa</a> to version 19.2.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2180\">#2180</a>)." }
]
},
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
Expand Down

0 comments on commit c656f44

Please sign in to comment.