Skip to content

Commit

Permalink
release 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 4, 2025
1 parent ada3970 commit 2108916
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ project (nlopt)
#==============================================================================
# version
set (NLOPT_MAJOR_VERSION "2")
set (NLOPT_MINOR_VERSION "9")
set (NLOPT_BUGFIX_VERSION "1")
set (NLOPT_MINOR_VERSION "10")
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 13)
set(SO_MAJOR 1)
set(SO_MINOR 0)
set(SO_PATCH 0)
#==============================================================================

Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## NLopt 2.10

work in progress
4 February 2025

* New Java bindings ([#578]).

Expand Down

0 comments on commit 2108916

Please sign in to comment.