diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2021-03-17 20:20:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 20:20:34 +0100 |
commit | 86de5f768b7013c6c6788bc3e12df122b8c53196 (patch) | |
tree | bfa01a8247d85d199b6b4686d8234a899970c82c /Makefile.rule | |
parent | 2663e44724737bad34abdb6aff770d2c9c2fb09e (diff) | |
download | openblas-86de5f768b7013c6c6788bc3e12df122b8c53196.tar.gz openblas-86de5f768b7013c6c6788bc3e12df122b8c53196.tar.bz2 openblas-86de5f768b7013c6c6788bc3e12df122b8c53196.zip |
Update version to 0.3.14 for release
Diffstat (limited to 'Makefile.rule')
-rw-r--r-- | Makefile.rule | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rule b/Makefile.rule index c68c20923..5a46bf6b0 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.3.13.dev +VERSION = 0.3.14 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library |