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.
1 parent d3ec787 commit 7bc0e4aCopy full SHA for 7bc0e4a
CMakeLists.txt
@@ -6,7 +6,7 @@ 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 12.dev)
+set(OpenBLAS_PATCH_VERSION 13)
10
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
11
12
# Adhere to GNU filesystem layout conventions
0 commit comments