File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ project (nlopt)
2323#==============================================================================
2424# version
2525set (NLOPT_MAJOR_VERSION "2" )
26- set (NLOPT_MINOR_VERSION "6 " )
27- set (NLOPT_BUGFIX_VERSION "2 " )
26+ set (NLOPT_MINOR_VERSION "7 " )
27+ set (NLOPT_BUGFIX_VERSION "0 " )
2828set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION} .${NLOPT_MINOR_VERSION} .${NLOPT_BUGFIX_VERSION} )
2929message (STATUS "NLopt version ${NLOPT_VERSION_STRING} " )
3030
3131# This is the ABI version number, which differes from the API version above
3232# (it indicates ABI compatibility), but they are typically incremented together.
3333set (SO_MAJOR 0)
34- set (SO_MINOR 10 )
34+ set (SO_MINOR 11 )
3535set (SO_PATCH 0)
3636#==============================================================================
3737
Original file line number Diff line number Diff line change 11# NLopt Release Notes
22
3+ ## NLopt 2.7
4+
5+ 18 November 2020
6+
7+ * New ` nlopt_set_param ` API for setting internal algorithm parameters ([ #365 ] ).
8+
9+ * Avoid library-symbol conflicts ([ #355 ] , [ #361 ] )
10+
311## NLopt 2.6.2
412
51315 April 2020
453461[ #314 ] : https://github.com/stevengj/nlopt/issues/314
454462[ #317 ] : https://github.com/stevengj/nlopt/issues/317
455463[ #319 ] : https://github.com/stevengj/nlopt/issues/319
464+ [ #319 ] : https://github.com/stevengj/nlopt/issues/355
465+ [ #319 ] : https://github.com/stevengj/nlopt/issues/361
466+ [ #319 ] : https://github.com/stevengj/nlopt/issues/365
You can’t perform that action at this time.
0 commit comments