File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ project (nlopt)
21
21
#==============================================================================
22
22
# version
23
23
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 " )
26
26
set (NLOPT_VERSION_STRING ${NLOPT_MAJOR_VERSION} .${NLOPT_MINOR_VERSION}.${NLOPT_BUGFIX_VERSION} )
27
27
message (STATUS "NLopt version ${NLOPT_VERSION_STRING} " )
28
28
29
29
# This is the ABI version number, which differes from the API version above
30
30
# (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 )
33
33
set (SO_PATCH 0 )
34
34
#==============================================================================
35
35
Original file line number Diff line number Diff line change 2
2
3
3
## NLopt 2.10
4
4
5
- work in progress
5
+ 4 February 2025
6
6
7
7
* New Java bindings ([ #578 ] ).
8
8
You can’t perform that action at this time.
0 commit comments