File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ project (nlopt)
2121#==============================================================================
2222# version
2323set (NLOPT_MAJOR_VERSION "2" )
24- set (NLOPT_MINOR_VERSION "9 " )
25- set (NLOPT_BUGFIX_VERSION "1 " )
24+ set (NLOPT_MINOR_VERSION "10 " )
25+ set (NLOPT_BUGFIX_VERSION "0 " )
2626set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION} .${NLOPT_MINOR_VERSION} .${NLOPT_BUGFIX_VERSION} )
2727message (STATUS "NLopt version ${NLOPT_VERSION_STRING} " )
2828
2929# This is the ABI version number, which differes from the API version above
3030# (it indicates ABI compatibility), but they are typically incremented together.
31- set (SO_MAJOR 0 )
32- set (SO_MINOR 13 )
31+ set (SO_MAJOR 1 )
32+ set (SO_MINOR 0 )
3333set (SO_PATCH 0)
3434#==============================================================================
3535
Original file line number Diff line number Diff line change 22
33## NLopt 2.10
44
5- work in progress
5+ 4 February 2025
66
77* New Java bindings ([ #578 ] ).
88
You can’t perform that action at this time.
0 commit comments