From 5776b86803da0e49654fc74c5ccbad1ac2c41607 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 22 Jul 2020 15:56:55 +0000 Subject: Update to 0.6.12 release. --- lang/solidity/files/patch-libsolutil_JSON.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/solidity/files/patch-libsolutil_JSON.cpp') diff --git a/lang/solidity/files/patch-libsolutil_JSON.cpp b/lang/solidity/files/patch-libsolutil_JSON.cpp index c38d13c70f65..c9933c5f93ed 100644 --- a/lang/solidity/files/patch-libsolutil_JSON.cpp +++ b/lang/solidity/files/patch-libsolutil_JSON.cpp @@ -6,8 +6,8 @@ +/* static_assert( - (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 2), - "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.2." + (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 3), + "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.3." ); +*/ -- cgit v1.2.3