From 17dab75c6160d2ee42a3c95ea55e94738d7e559d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Devernay?= Date: Fri, 13 Sep 2024 11:04:15 +0200 Subject: [PATCH] bump version number fixes #75 --- CMakeLists.txt | 2 +- Makefile | 2 +- README.md | 3 +++ docs/index.html | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc2d5f..ba99603 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 () diff --git a/Makefile b/Makefile index 30fa519..db95b1f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE=cminpack -VERSION=1.3.9 +VERSION=1.3.11 CC=gcc CFLAGS= -O3 -g -Wall -Wextra diff --git a/README.md b/README.md index 610d9bf..14af198 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.html b/docs/index.html index 28c220c..db971cc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -92,7 +92,8 @@

Distribution

Download