Skip to content

Commit af355ee

Browse files
author
Benjamin Chrétien
committed
Release 3.0.
1 parent 5eec597 commit af355ee

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"
8-
- GIT_DEPENDENCIES="roboptim/roboptim-core:3.0"
8+
- GIT_DEPENDENCIES="roboptim/roboptim-core"
99
- DEBSIGN_KEYID=5AE5CD75
1010
- PPA_URI="roboptim/ppa"
1111
- NSIQCPPSTYLE_FILEFILTERPATH=cmake/filefilter.txt
@@ -32,7 +32,6 @@ after_success: ./.travis/run after_success
3232
branches:
3333
only:
3434
- master
35-
- "3.0"
3635
- debian
3736
matrix:
3837
allow_failures:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SET(BOOST_COMPONENTS
4343
SEARCH_FOR_BOOST()
4444

4545
# Search for Ipopt.
46-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 0.5")
46+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
4747
MESSAGE(STATUS "ROBOPTIM_CORE_PLUGINDIR: " ${ROBOPTIM_CORE_PLUGINDIR})
4848

4949
# Look for NAG.

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MACRO(NAG_PLUGIN NAME)
2020

2121
SET_TARGET_PROPERTIES(roboptim-core-plugin-${NAME} PROPERTIES
2222
PREFIX ""
23-
SOVERSION 1.1.0
23+
SOVERSION 3.0.0
2424
INSTALL_RPATH "${NAG_DIR}/lib"
2525
)
2626

0 commit comments

Comments
 (0)