diff --git a/RELEASENOTES-Native.md b/RELEASENOTES-Native.md index 66b03a15..1a4f2d8e 100644 --- a/RELEASENOTES-Native.md +++ b/RELEASENOTES-Native.md @@ -1,9 +1,14 @@ +### 1.7.0 - 2014-12-31 +* MKL: r7 with Intel MKL 11.2 Update 1 +* MKL: memory functions + ### 1.6.0 - 2014-06-21 -* MKL r6: capability to control max number of threads +* MKL: r6 with Intel MKL 11.1 Update 3 +* MKL: capability to control max number of threads ### 1.5.0 - 2014-06-15 -* MKL: Built with Intel MKL 11.1 Update 3 +* MKL: with Intel MKL 11.1 Update 3 ### 1.4.0 - 2014-03-01 -* MKL: Built with Intel MKL 11.1 Update 2 +* MKL: with Intel MKL 11.1 Update 2 * MKL: Capability querying support diff --git a/src/NativeProviders/Common/resource.rc b/src/NativeProviders/Common/resource.rc index 80b31a84..13c0209e 100644 --- a/src/NativeProviders/Common/resource.rc +++ b/src/NativeProviders/Common/resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,6,0,0 - PRODUCTVERSION 1,6,0,0 + FILEVERSION 1,7,0,0 + PRODUCTVERSION 1,7,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 Native Provider" - VALUE "FileVersion", "1.6.0.0" + VALUE "FileVersion", "1.7.0.0" VALUE "InternalName", "Math.NET" VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2014" VALUE "OriginalFilename", "MathNet.Numerics" VALUE "ProductName", "Math.NET Numerics" - VALUE "ProductVersion", "1.6.0.0" + VALUE "ProductVersion", "1.7.0.0" END END BLOCK "VarFileInfo"