Skip to content

Commit efb8748

Browse files
committed
Release MKL Provider 3.0.0-beta1
1 parent 977b289 commit efb8748

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

RELEASENOTES-MKL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 3.0.0-beta1 - 2021-12-23
2+
* New binary names and package structure with runtime folders
3+
14
### 2.6.0-beta3 - 2021-12-19
25
* Experimental build with runtime folders for sdk projects
36

src/NativeProviders/MKL/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 2,6,0,0
55-
PRODUCTVERSION 2,6,0,0
54+
FILEVERSION 3,0,0,0
55+
PRODUCTVERSION 3,0,0,0
5656
FILEFLAGSMASK 0x17L
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
7070
VALUE "Comments", "http://numerics.mathdotnet.com/"
7171
VALUE "CompanyName", "Math.NET"
7272
VALUE "FileDescription", "MathNET Numerics MKL Native Provider"
73-
VALUE "FileVersion", "2.6.0.0"
73+
VALUE "FileVersion", "3.0.0.0"
7474
VALUE "InternalName", "Math.NET"
7575
VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2021"
7676
VALUE "OriginalFilename", "libMathNetNumercisMKL"
7777
VALUE "ProductName", "Math.NET Numerics"
78-
VALUE "ProductVersion", "2.6.0.0"
78+
VALUE "ProductVersion", "3.0.0.0"
7979
END
8080
END
8181
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)