We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbd111 + dbad3e1 commit b0a0364Copy full SHA for b0a0364
1 file changed
CMakeLists.txt
@@ -9,7 +9,7 @@ project(OpenBLAS C ASM)
9
10
set(OpenBLAS_MAJOR_VERSION 0)
11
set(OpenBLAS_MINOR_VERSION 3)
12
-set(OpenBLAS_PATCH_VERSION 32.dev)
+set(OpenBLAS_PATCH_VERSION 33)
13
14
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
15
0 commit comments