From 3040e95d2914bdaf461c35992d161c7348c06c4a Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 15 May 2020 15:54:15 +1200 Subject: [PATCH] Mesa: upgraded to version 20.0.7 (#2342). --- src/3rdparty/linux/mesa/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/linux/mesa/CMakeLists.txt b/src/3rdparty/linux/mesa/CMakeLists.txt index 95bb5d9715..7349c5108e 100644 --- a/src/3rdparty/linux/mesa/CMakeLists.txt +++ b/src/3rdparty/linux/mesa/CMakeLists.txt @@ -3,11 +3,11 @@ project(Mesa) # Name and version of our package set(PACKAGE_NAME Mesa) -set(PACKAGE_VERSION 20.0.2) +set(PACKAGE_VERSION 20.0.7) # Git tag for our library -set(GIT_TAG v20.0.2) +set(GIT_TAG v20.0.7) # Specify where our local package will be installed