Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
fixes #75
  • Loading branch information
devernay committed Sep 13, 2024
1 parent 6683ceb commit 17dab75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

include (${PROJECT_SOURCE_DIR}/cmake/cminpack_utils.cmake)
# Set version and OS-specific settings
set (CMINPACK_VERSION 1.3.9)
set (CMINPACK_VERSION 1.3.11)
set (CMINPACK_SOVERSION 1) # CMinpack ABI version
DISSECT_VERSION ()
GET_OS_INFO ()
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE=cminpack
VERSION=1.3.9
VERSION=1.3.11

CC=gcc
CFLAGS= -O3 -g -Wall -Wextra
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ The project home page is at http://devernay.github.io/cminpack
History
------

* version 1.3.11 (13/09/2024):
- Bump installed version number to 1.3.11 #75

* version 1.3.10 (11/09/2024):
- Disable BLAS by default #66 #70
- Fix BLAS usage (broken by #58) #68
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ <h2>Distribution</h2>

<h3>Download</h3>
<ul>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.10.tar.gz">cminpack-1.3.10.tar.gz</a> (latest version)</li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.11.tar.gz">cminpack-1.3.11.tar.gz</a> (latest version)</li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.10.tar.gz">cminpack-1.3.10.tar.gz</a></li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.9.tar.gz">cminpack-1.3.9.tar.gz</a></li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.8.tar.gz">cminpack-1.3.8.tar.gz</a></li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.7.tar.gz">cminpack-1.3.7.tar.gz</a></li>
Expand Down

0 comments on commit 17dab75

Please sign in to comment.