File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.4)
6
6
project (OpenBLAS )
7
7
set (OpenBLAS_MAJOR_VERSION 0 )
8
8
set (OpenBLAS_MINOR_VERSION 2 )
9
- set (OpenBLAS_PATCH_VERSION 18 )
9
+ set (OpenBLAS_PATCH_VERSION 19.dev )
10
10
set (OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION} .${OpenBLAS_MINOR_VERSION} .${OpenBLAS_PATCH_VERSION} " )
11
11
12
12
enable_language (ASM )
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
# This library's version
6
- VERSION = 0.2.18
6
+ VERSION = 0.2.19.dev
7
7
8
8
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
9
9
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
Original file line number Diff line number Diff line change 1
- version : 0.2.18 .{build}
1
+ version : 0.2.19 .{build}
2
2
3
3
# environment:
4
4
You can’t perform that action at this time.
0 commit comments