summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>2022-08-07 22:36:26 +0200
committerGitHub <noreply@github.com>2022-08-07 22:36:26 +0200
commitb89fb708caa5a5a32de8f4306c4ff132e0228e9a (patch)
tree451f89b725fa58e056d9dc24f3fb62eaded5045e
parent9a34217cc6f825202b46d08903b26df05404ffcd (diff)
downloadopenblas-b89fb708caa5a5a32de8f4306c4ff132e0228e9a.tar.gz
openblas-b89fb708caa5a5a32de8f4306c4ff132e0228e9a.tar.bz2
openblas-b89fb708caa5a5a32de8f4306c4ff132e0228e9a.zip
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac42f8b88..11e2a922e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ project(OpenBLAS C ASM)
set(OpenBLAS_MAJOR_VERSION 0)
set(OpenBLAS_MINOR_VERSION 3)
-set(OpenBLAS_PATCH_VERSION 20)
+set(OpenBLAS_PATCH_VERSION 21)
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")