From 869cc250619c4f30960448415820de60e82bfc57 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 1 Jul 2019 11:15:12 +0200 Subject: [PATCH] rollback prcre version due to https://github.com/KhronosGroup/OpenCOLLADA/issues/570 --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index e33083d947..8241e173f3 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -86,7 +86,7 @@ OCE_VERSION="0.18" OCCT_VERSION="7.3.0p3" BOOST_VERSION="1.59.0" #PCRE_VERSION="8.39" -PCRE_VERSION="8.43" +PCRE_VERSION="8.41" #LIBXML2_VERSION="2.9.3" LIBXML2_VERSION="2.9.9" CMAKE_VERSION="3.4.1"