projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a34217
)
Update version to 0.3.21
sandbox/lstelmach/upstream-0.3.21
upstream
upstream/0.3.21
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Sun, 7 Aug 2022 20:36:26 +0000
(22:36 +0200)
committer
GitHub
<noreply@github.com>
Sun, 7 Aug 2022 20:36:26 +0000
(22:36 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
ac42f8b
..
11e2a92
100644
(file)
--- 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 2
0
)
+set(OpenBLAS_PATCH_VERSION 2
1
)
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")