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 3b673a2 + 33f76a6 commit 95dbeffCopy full SHA for 95dbeff
CMakeLists.txt
@@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.8.5)
6
project(OpenBLAS C ASM)
7
set(OpenBLAS_MAJOR_VERSION 0)
8
set(OpenBLAS_MINOR_VERSION 3)
9
-set(OpenBLAS_PATCH_VERSION 10.dev)
+set(OpenBLAS_PATCH_VERSION 10)
10
+
11
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
12
13
# Adhere to GNU filesystem layout conventions
Makefile.rule
@@ -3,7 +3,7 @@
3
#
4
5
# This library's version
-VERSION = 0.3.10.dev
+VERSION = 0.3.10
# 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