Skip to content

Commit 87ae8da

Browse files
author
Benjamin Chrétien
committed
Release 3.0.
1 parent 7f565de commit 87ae8da

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compiler:
55
env:
66
global:
77
- APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev coinor-libipopt-dev libcminpack-dev"
8-
- GIT_DEPENDENCIES="roboptim/roboptim-core:3.0"
8+
- GIT_DEPENDENCIES="roboptim/roboptim-core"
99
- DEBSIGN_KEYID=5AE5CD75
1010
- PPA_URI="roboptim/ppa"
1111
- LCOV_IGNORE_RULES="*tests*"
@@ -30,7 +30,6 @@ after_failure: ./.travis/run after_failure
3030
branches:
3131
only:
3232
- master
33-
- "3.0"
3433
- debian
3534
matrix:
3635
allow_failures:

CMakeLists.txt

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

4848
ADD_REQUIRED_DEPENDENCY("cminpack >= 1.0")
49-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 2.0")
49+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
5050

5151
# Add dependency toward pg-slider library in pkg-config file.
5252
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
@@ -28,7 +28,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
2828
)
2929
SET_TARGET_PROPERTIES(${PLUGIN_NAME} PROPERTIES
3030
PREFIX ""
31-
SOVERSION 1.1.0)
31+
SOVERSION 3.0.0)
3232

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

0 commit comments

Comments
 (0)