Skip to content

Commit 821affb

Browse files
committed
Update doc for 0.2.19.
1 parent 515bc56 commit 821affb

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.4)
66
project(OpenBLAS)
77
set(OpenBLAS_MAJOR_VERSION 0)
88
set(OpenBLAS_MINOR_VERSION 2)
9-
set(OpenBLAS_PATCH_VERSION 19.dev)
9+
set(OpenBLAS_PATCH_VERSION 19)
1010
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
1111

1212
enable_language(ASM)

Changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.19
4+
1-Sep-2016
5+
common:
6+
* Improved cross compiling.
7+
* Fix the bug on musl libc.
8+
9+
POWER:
10+
* Optimize BLAS on Power8
11+
* Fixed Julia+OpenBLAS bugs on Power8
12+
13+
MIPS:
14+
* Optimize BLAS on MIPS P5600 and I6400 (Thanks, Shivraj Patil, Kaustubh Raste)
15+
16+
ARM:
17+
* Improved on ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
18+
19+
220
====================================================================
321
Version 0.2.18
422
12-Apr-2016

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.2.19.dev
6+
VERSION = 0.2.19
77

88
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
99
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library

0 commit comments

Comments
 (0)