Skip to content

Commit

Permalink
Release 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Mar 24, 2015
1 parent 7f565de commit 87ae8da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler:
env:
global:
- APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev coinor-libipopt-dev libcminpack-dev"
- GIT_DEPENDENCIES="roboptim/roboptim-core:3.0"
- GIT_DEPENDENCIES="roboptim/roboptim-core"
- DEBSIGN_KEYID=5AE5CD75
- PPA_URI="roboptim/ppa"
- LCOV_IGNORE_RULES="*tests*"
Expand All @@ -30,7 +30,6 @@ after_failure: ./.travis/run after_failure
branches:
only:
- master
- "3.0"
- debian
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 >= 2.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")

# 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 @@ -28,7 +28,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
)
SET_TARGET_PROPERTIES(${PLUGIN_NAME} PROPERTIES
PREFIX ""
SOVERSION 1.1.0)
SOVERSION 3.0.0)

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

0 comments on commit 87ae8da

Please sign in to comment.