Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Nov 8, 2017
1 parent 0272478 commit 74c7d51
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

1.5.0 (2017-xx-xx)
1.5.0 (2017-11-07)
==================

* API changes:
Expand Down
4 changes: 2 additions & 2 deletions dvrk_model/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dvrk_model</name>
<version>1.1.0</version>
<version>1.5.0</version>
<description>The dvrk_model package</description>

<maintainer email="[email protected]">Zihan Chen</maintainer>
Expand All @@ -17,4 +17,4 @@
<!-- The export tag contains other, unspecified, tags -->
<export>
</export>
</package>
</package>
2 changes: 1 addition & 1 deletion dvrk_python/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dvrk_python</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>The dVRK Python package</description>

<maintainer email="[email protected]">Anton Deguet</maintainer>
Expand Down
8 changes: 4 additions & 4 deletions dvrk_robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ set (REQUIRED_CISST_LIBRARIES
cisstQt
)

find_package (cisst 1.0.8 REQUIRED ${REQUIRED_CISST_LIBRARIES})
find_package (cisst 1.0.9 REQUIRED ${REQUIRED_CISST_LIBRARIES})

if (cisst_FOUND_AS_REQUIRED)

Expand All @@ -59,9 +59,9 @@ if (cisst_FOUND_AS_REQUIRED)


# sawRobotIO1394 has been compiled within cisst, we should find it automatically
find_package (sawRobotIO1394 1.4.0 REQUIRED)
find_package (sawControllers 1.4.0 REQUIRED)
find_package (sawIntuitiveResearchKit 1.4.0 REQUIRED)
find_package (sawRobotIO1394 1.5.0 REQUIRED)
find_package (sawControllers 1.5.0 REQUIRED)
find_package (sawIntuitiveResearchKit 1.5.0 REQUIRED)

include_directories (
${dvrk_robot_SOURCE_DIR}/include
Expand Down
2 changes: 1 addition & 1 deletion dvrk_robot/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dvrk_robot</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>The dvrk_robot package</description>

<maintainer email="[email protected]">Zihan Chen</maintainer>
Expand Down

0 comments on commit 74c7d51

Please sign in to comment.