From efb87487ef0a7bd93d6e9de7eb7e68aadc53c896 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 23 Dec 2021 20:16:41 +0100 Subject: [PATCH] Release MKL Provider 3.0.0-beta1 --- RELEASENOTES-MKL.md | 3 +++ src/NativeProviders/MKL/resource.rc | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES-MKL.md b/RELEASENOTES-MKL.md index 0aa0d3e9..a9a3ef03 100644 --- a/RELEASENOTES-MKL.md +++ b/RELEASENOTES-MKL.md @@ -1,3 +1,6 @@ +### 3.0.0-beta1 - 2021-12-23 +* New binary names and package structure with runtime folders + ### 2.6.0-beta3 - 2021-12-19 * Experimental build with runtime folders for sdk projects diff --git a/src/NativeProviders/MKL/resource.rc b/src/NativeProviders/MKL/resource.rc index bb0894b6..4d098f21 100644 --- a/src/NativeProviders/MKL/resource.rc +++ b/src/NativeProviders/MKL/resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,6,0,0 - PRODUCTVERSION 2,6,0,0 + FILEVERSION 3,0,0,0 + PRODUCTVERSION 3,0,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -70,12 +70,12 @@ BEGIN VALUE "Comments", "http://numerics.mathdotnet.com/" VALUE "CompanyName", "Math.NET" VALUE "FileDescription", "MathNET Numerics MKL Native Provider" - VALUE "FileVersion", "2.6.0.0" + VALUE "FileVersion", "3.0.0.0" VALUE "InternalName", "Math.NET" VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2021" VALUE "OriginalFilename", "libMathNetNumercisMKL" VALUE "ProductName", "Math.NET Numerics" - VALUE "ProductVersion", "2.6.0.0" + VALUE "ProductVersion", "3.0.0.0" END END BLOCK "VarFileInfo"