From 1a3bdd34627d5268526948e6894f516ee51c93ab Mon Sep 17 00:00:00 2001 From: Alexis Christoforides Date: Thu, 29 Aug 2019 12:19:37 -0400 Subject: [PATCH] Update MONO_CORLIB_VERSION Commit migrated from https://github.com/mono/mono/commit/1b66666cc7d74a5e416483cbfcf8611df091233e --- src/mono/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/configure.ac b/src/mono/configure.ac index 885d164..90092f5 100644 --- a/src/mono/configure.ac +++ b/src/mono/configure.ac @@ -62,7 +62,7 @@ MONO_VERSION_BUILD=`echo $VERSION | cut -d . -f 3` # This line is parsed by tools besides autoconf, such as msvc/mono.winconfig.targets. # It should remain in the format they expect. # -MONO_CORLIB_VERSION=4FA4F5F2-3F97-4A19-9CEB-3AC7A9624CC7 +MONO_CORLIB_VERSION=8E172F4D-82A3-4F55-8D7C-C8E8E0FA58AE # # Put a quoted #define in config.h. -- 2.7.4