Skip to content

Commit

Permalink
bump version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Nov 19, 2020
1 parent 4054bf4 commit 10869df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#==============================================================================

Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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
Expand Down Expand Up @@ -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

0 comments on commit 10869df

Please sign in to comment.