We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269a2a7 commit 11cff2cCopy full SHA for 11cff2c
CMakeLists.txt
@@ -22,7 +22,7 @@ project (nlopt)
22
# version
23
set (NLOPT_MAJOR_VERSION "2")
24
set (NLOPT_MINOR_VERSION "9")
25
-set (NLOPT_BUGFIX_VERSION "0")
+set (NLOPT_BUGFIX_VERSION "1")
26
set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION}.${NLOPT_MINOR_VERSION}.${NLOPT_BUGFIX_VERSION})
27
message (STATUS "NLopt version ${NLOPT_VERSION_STRING}")
28
NEWS.md
@@ -1,6 +1,8 @@
1
# NLopt Release Notes
2
3
-in-progress
+## NLopt 2.9.1
4
+
5
+25 november 2024
6
7
* Fixed PRAXIS box constraints ([#528])
8
0 commit comments