Skip to content

Commit d4723a1

Browse files
author
Benjamin Chrétien
committed
Release 3.0.
1 parent a88cdca commit d4723a1

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"
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
@@ -40,7 +40,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
4040
SEARCH_FOR_BOOST()
4141

4242
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0")
43-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 0.5")
43+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
4444
ADD_REQUIRED_DEPENDENCY("nlopt")
4545

4646
MESSAGE(STATUS "ROBOPTIM_CORE_PLUGINDIR: " ${ROBOPTIM_CORE_PLUGINDIR})

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MACRO(NLOPT_PLUGIN NAME)
2525
PKG_CONFIG_USE_DEPENDENCY(roboptim-core-plugin-${NAME} nlopt)
2626
SET_TARGET_PROPERTIES(roboptim-core-plugin-${NAME} PROPERTIES
2727
PREFIX ""
28-
SOVERSION 0.1.0)
28+
SOVERSION 3.0.0)
2929
INSTALL(TARGETS roboptim-core-plugin-${NAME}
3030
DESTINATION ${ROBOPTIM_CORE_PLUGINDIR})
3131
ENDMACRO()

0 commit comments

Comments
 (0)