提交 10869df0 编写于 作者: S Steven G. Johnson

bump version to 2.7

上级 4054bf40
......@@ -23,15 +23,15 @@ project (nlopt)
#==============================================================================
# version
set (NLOPT_MAJOR_VERSION "2")
set (NLOPT_MINOR_VERSION "6")
set (NLOPT_BUGFIX_VERSION "2")
set (NLOPT_MINOR_VERSION "7")
set (NLOPT_BUGFIX_VERSION "0")
set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION}.${NLOPT_MINOR_VERSION}.${NLOPT_BUGFIX_VERSION})
message (STATUS "NLopt version ${NLOPT_VERSION_STRING}")
# This is the ABI version number, which differes from the API version above
# (it indicates ABI compatibility), but they are typically incremented together.
set(SO_MAJOR 0)
set(SO_MINOR 10)
set(SO_MINOR 11)
set(SO_PATCH 0)
#==============================================================================
......
# NLopt Release Notes
## NLopt 2.7
18 November 2020
* New `nlopt_set_param` API for setting internal algorithm parameters ([#365]).
* Avoid library-symbol conflicts ([#355], [#361])
## NLopt 2.6.2
15 April 2020
......@@ -453,3 +461,6 @@
[#314]: https://github.com/stevengj/nlopt/issues/314
[#317]: https://github.com/stevengj/nlopt/issues/317
[#319]: https://github.com/stevengj/nlopt/issues/319
[#319]: https://github.com/stevengj/nlopt/issues/355
[#319]: https://github.com/stevengj/nlopt/issues/361
[#319]: https://github.com/stevengj/nlopt/issues/365
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册