Skip to content

Commit 8b60101

Browse files
author
Benjamin Chrétien
committed
Release 3.2
1 parent 9438a81 commit 8b60101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
4545
SEARCH_FOR_BOOST()
4646

4747
ADD_REQUIRED_DEPENDENCY("cminpack >= 1.0")
48-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
48+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.2")
4949

5050
# Add dependency toward pg-slider library in pkg-config file.
5151
PKG_CONFIG_APPEND_LIBS("roboptim-core-plugin-cminpack")

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
2929
)
3030
SET_TARGET_PROPERTIES(${PLUGIN_NAME} PROPERTIES
3131
PREFIX ""
32-
SOVERSION 3.1.0)
32+
SOVERSION 3.2.0)
3333

3434
PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} roboptim-core)
3535
PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} cminpack)

0 commit comments

Comments
 (0)