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 cd2e80c + 394a9fb commit f9a701bCopy full SHA for f9a701b
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 22.dev)
+set(OpenBLAS_PATCH_VERSION 23)
12
13
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
14
Makefile.rule
@@ -3,7 +3,7 @@
3
#
4
5
# This library's version
6
-VERSION = 0.3.22.dev
+VERSION = 0.3.23
7
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
0 commit comments