Skip to content

Commit 10869df

Browse files
committed
bump version to 2.7
1 parent 4054bf4 commit 10869df

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ project (nlopt)
2323
#==============================================================================
2424
# version
2525
set (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")
2828
set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION}.${NLOPT_MINOR_VERSION}.${NLOPT_BUGFIX_VERSION})
2929
message (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.
3333
set(SO_MAJOR 0)
34-
set(SO_MINOR 10)
34+
set(SO_MINOR 11)
3535
set(SO_PATCH 0)
3636
#==============================================================================
3737

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

513
15 April 2020
@@ -453,3 +461,6 @@
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

0 commit comments

Comments
 (0)