Browse Source

Release OpenBLAS Native Provider v0.2.0 (rev 1, linear algebra v1.0)

pull/342/head openblas-v0.2.0
Christoph Ruegg 11 years ago
parent
commit
b8ae065e0f
  1. 2
      RELEASENOTES-OpenBLAS.md
  2. 2
      build.fsx
  3. 8
      src/NativeProviders/OpenBLAS/resource.rc

2
RELEASENOTES-OpenBLAS.md

@ -1,2 +1,2 @@
### 0.1.0-alpha - TBA
### 0.2.0 - 2015-09-26
* Initial version

2
build.fsx

@ -745,7 +745,7 @@ let provideDocExtraFiles() =
for (fileName, docName, title) in releaseNotesDocs do
String.concat Environment.NewLine
[ "# " + title
"[Math.NET Numerics](ReleaseNotes.html) | [Data Extensions](ReleaseNotes-Data.html) | [MKL Native Provider](ReleaseNotes-MKL.html)"
"[Math.NET Numerics](ReleaseNotes.html) | [Data Extensions](ReleaseNotes-Data.html) | [MKL Native Provider](ReleaseNotes-MKL.html) | [OpenBLAS Native Provider](ReleaseNotes-OpenBLAS.html)"
""
ReadFileAsString fileName ]
|> ReplaceFile ("docs/content" </> docName)

8
src/NativeProviders/OpenBLAS/resource.rc

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,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 OpenBLAS Native Provider"
VALUE "FileVersion", "0.1.0.0"
VALUE "FileVersion", "0.2.0.0"
VALUE "InternalName", "Math.NET"
VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2015"
VALUE "OriginalFilename", "MathNet.Numerics.OpenBLAS"
VALUE "ProductName", "Math.NET Numerics"
VALUE "ProductVersion", "0.1.0.0"
VALUE "ProductVersion", "0.2.0.0"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save