Skip to content

Commit 54a0c0b

Browse files
authored
Merge branch 'release-0.3.0' into develop
2 parents e545614 + 6025dac commit 54a0c0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ project(OpenBLAS C ASM)
88

99
set(OpenBLAS_MAJOR_VERSION 0)
1010
set(OpenBLAS_MINOR_VERSION 3)
11-
set(OpenBLAS_PATCH_VERSION 18.dev)
11+
set(OpenBLAS_PATCH_VERSION 19)
12+
1213
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
1314

1415
# Adhere to GNU filesystem layout conventions

0 commit comments

Comments
 (0)