Skip to content

Commit 7d04da1

Browse files
authored
release 2.10 (#588)
1 parent ada3970 commit 7d04da1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ project (nlopt)
2121
#==============================================================================
2222
# version
2323
set (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")
2626
set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION}.${NLOPT_MINOR_VERSION}.${NLOPT_BUGFIX_VERSION})
2727
message (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)
3333
set(SO_PATCH 0)
3434
#==============================================================================
3535

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## NLopt 2.10
44

5-
work in progress
5+
4 February 2025
66

77
* New Java bindings ([#578]).
88

0 commit comments

Comments
 (0)