Skip to content

Commit 5990702

Browse files
authored
Merge pull request #5923 from OpenMathLib/release-0.3.0
Merge back from 0.3.34 release to copy tag
2 parents 0769008 + e016600 commit 5990702

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(OpenBLAS C ASM)
99

1010
set(OpenBLAS_MAJOR_VERSION 0)
1111
set(OpenBLAS_MINOR_VERSION 3)
12-
set(OpenBLAS_PATCH_VERSION 33.dev)
12+
set(OpenBLAS_PATCH_VERSION 34)
1313

1414
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
1515

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.3.33.dev
6+
VERSION = 0.3.34
77

88
# If you set this prefix, the library name will be lib$(LIBNAMEPREFIX)openblas.a
99
# and lib$(LIBNAMEPREFIX)openblas.so, with a matching soname in the shared library

0 commit comments

Comments
 (0)