We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e545614 + 6025dac commit 54a0c0bCopy full SHA for 54a0c0b
1 file changed
CMakeLists.txt
@@ -8,7 +8,8 @@ project(OpenBLAS C ASM)
8
9
set(OpenBLAS_MAJOR_VERSION 0)
10
set(OpenBLAS_MINOR_VERSION 3)
11
-set(OpenBLAS_PATCH_VERSION 18.dev)
+set(OpenBLAS_PATCH_VERSION 19)
12
+
13
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
14
15
# Adhere to GNU filesystem layout conventions
0 commit comments