diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2020-10-17 22:40:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 22:40:47 +0200 |
commit | 0ac610270809cb6dee8f5587784ceab8df356495 (patch) | |
tree | 5cdf0862c3000e4cf76b9e6908b881d0b56f833d /Makefile.rule | |
parent | 26a701f4ad35372c449fd74875fa7f6ff35aeb10 (diff) | |
download | openblas-0ac610270809cb6dee8f5587784ceab8df356495.tar.gz openblas-0ac610270809cb6dee8f5587784ceab8df356495.tar.bz2 openblas-0ac610270809cb6dee8f5587784ceab8df356495.zip |
Update version string to 0.3.11.dev
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 acfe568d6..e8f8c2951 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.3.11 +VERSION = 0.3.11.dev # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library |