Skip to content

Commit

Permalink
Release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Jan 25, 2016
1 parent 9438a81 commit 8b60101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
SEARCH_FOR_BOOST()

ADD_REQUIRED_DEPENDENCY("cminpack >= 1.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.2")

# Add dependency toward pg-slider library in pkg-config file.
PKG_CONFIG_APPEND_LIBS("roboptim-core-plugin-cminpack")
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
)
SET_TARGET_PROPERTIES(${PLUGIN_NAME} PROPERTIES
PREFIX ""
SOVERSION 3.1.0)
SOVERSION 3.2.0)

PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} roboptim-core)
PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} cminpack)
Expand Down

0 comments on commit 8b60101

Please sign in to comment.