We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3f8de7 + dec53e0 commit 1564b63Copy full SHA for 1564b63
CMakeLists.txt
@@ -8,7 +8,7 @@ project(OpenBLAS C ASM)
8
9
set(OpenBLAS_MAJOR_VERSION 0)
10
set(OpenBLAS_MINOR_VERSION 3)
11
-set(OpenBLAS_PATCH_VERSION 19.dev)
+set(OpenBLAS_PATCH_VERSION 20)
12
13
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
14
0 commit comments