We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52178f7 + 8cecf89 commit 821242eCopy full SHA for 821242e
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 31.dev)
+set(OpenBLAS_PATCH_VERSION 32)
13
14
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
15
Makefile.rule
@@ -3,7 +3,7 @@
3
#
4
5
# This library's version
6
-VERSION = 0.3.31.dev
+VERSION = 0.3.32
7
8
# If you set this prefix, the library name will be lib$(LIBNAMESUFFIX)openblas.a
# and lib$(LIBNAMESUFFIX)openblas.so, with a matching soname in the shared library
0 commit comments