Skip to content

Commit 11cff2c

Browse files
committed
Prepare for version 2.9.1
1 parent 269a2a7 commit 11cff2c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project (nlopt)
2222
# version
2323
set (NLOPT_MAJOR_VERSION "2")
2424
set (NLOPT_MINOR_VERSION "9")
25-
set (NLOPT_BUGFIX_VERSION "0")
25+
set (NLOPT_BUGFIX_VERSION "1")
2626
set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION}.${NLOPT_MINOR_VERSION}.${NLOPT_BUGFIX_VERSION})
2727
message (STATUS "NLopt version ${NLOPT_VERSION_STRING}")
2828

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# NLopt Release Notes
22

3-
in-progress
3+
## NLopt 2.9.1
4+
5+
25 november 2024
46

57
* Fixed PRAXIS box constraints ([#528])
68

0 commit comments

Comments
 (0)