Skip to content

Commit 2d1590a

Browse files
committed
Update version numbers for release
1 parent 22b097b commit 2d1590a

File tree

8 files changed

+19
-20
lines changed

8 files changed

+19
-20
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# Author(s): Anton Deguet
33
# Created on: 2011-01-20
44
#
5-
# (C) Copyright 2011-2017 Johns Hopkins University (JHU), All Rights
6-
# Reserved.
5+
# (C) Copyright 2011-2021 Johns Hopkins University (JHU), All Rights Reserved.
76
#
87
# --- begin cisst license - do not edit ---
98
#
@@ -13,7 +12,7 @@
1312
#
1413
# --- end cisst license ---
1514

16-
project (sawIntuitiveDaVinciAll)
15+
project (sawIntuitiveDaVinciPackage)
1716

1817
cmake_minimum_required (VERSION 2.8)
1918

components/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# (C) Copyright 2011-2018 Johns Hopkins University (JHU), All Rights Reserved.
2+
# (C) Copyright 2011-2021 Johns Hopkins University (JHU), All Rights Reserved.
33
#
44
# --- begin cisst license - do not edit ---
55
#
@@ -19,7 +19,7 @@ set (REQUIRED_CISST_LIBRARIES cisstCommon
1919
cisstMultiTask
2020
cisstParameterTypes)
2121

22-
find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})
22+
find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES})
2323

2424
if (cisst_FOUND_AS_REQUIRED)
2525

@@ -49,8 +49,8 @@ if (cisst_FOUND_AS_REQUIRED)
4949
set (sawIntuitiveDaVinci_LIBRARIES sawIntuitiveDaVinci "${isi_api_LIBRARIES}")
5050

5151
# Set the version number
52-
set (sawIntuitiveDaVinci_VERSION_MAJOR "1")
53-
set (sawIntuitiveDaVinci_VERSION_MINOR "2")
52+
set (sawIntuitiveDaVinci_VERSION_MAJOR "2")
53+
set (sawIntuitiveDaVinci_VERSION_MINOR "0")
5454
set (sawIntuitiveDaVinci_VERSION_PATCH "0")
5555
set (sawIntuitiveDaVinci_VERSION "${sawIntuitiveDaVinci_VERSION_MAJOR}.${sawIntuitiveDaVinci_VERSION_MINOR}.${sawIntuitiveDaVinci_VERSION_PATCH}")
5656

components/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>saw_intuitive_da_vinci</name>
3-
<version>1.2.0</version>
3+
<version>2.0.0</version>
44
<description>
55
sawIntuitiveDaVinci
66
</description>

examples/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# (C) Copyright 2009-2020 Johns Hopkins University (JHU), All Rights Reserved.
2+
# (C) Copyright 2009-2021 Johns Hopkins University (JHU), All Rights Reserved.
33
#
44
# --- begin cisst license - do not edit ---
55
#
@@ -22,7 +22,7 @@ set (REQUIRED_CISST_LIBRARIES
2222
cisstQt)
2323

2424
# find cisst and make sure the required libraries have been compiled
25-
find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})
25+
find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES})
2626

2727
if (cisst_FOUND_AS_REQUIRED)
2828

@@ -36,7 +36,7 @@ if (cisst_FOUND_AS_REQUIRED)
3636
endif ()
3737

3838
# sawIntuitiveDaVinci has been compiled within cisst, we should find it automatically
39-
find_package (sawIntuitiveDaVinci 1.2.0)
39+
find_package (sawIntuitiveDaVinci 2.0.0)
4040

4141
if (sawIntuitiveDaVinci_FOUND)
4242

examples/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>saw_intuitive_da_vinci_examples</name>
3-
<version>1.2.0</version>
3+
<version>2.0.0</version>
44
<description>
55
sawIntuitiveDaVinci Examples
66
</description>

ros/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# (C) Copyright 2009-2020 Johns Hopkins University (JHU), All Rights Reserved.
2+
# (C) Copyright 2009-2021 Johns Hopkins University (JHU), All Rights Reserved.
33
#
44
# --- begin cisst license - do not edit ---
55
#
@@ -35,7 +35,7 @@ set (REQUIRED_CISST_LIBRARIES
3535
cisstQt)
3636

3737
# find cisst and make sure the required libraries have been compiled
38-
find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})
38+
find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES})
3939

4040
if (cisst_FOUND_AS_REQUIRED)
4141

@@ -52,7 +52,7 @@ if (cisst_FOUND_AS_REQUIRED)
5252
LIBRARIES isi_ros
5353
CATKIN_DEPENDS cisst_ros_bridge geometry_msgs roscpp std_msgs)
5454

55-
find_package (sawIntuitiveDaVinci 1.2.0)
55+
find_package (sawIntuitiveDaVinci 2.0.0)
5656

5757
if (sawIntuitiveDaVinci_FOUND)
5858

ros/isi.rosinstall

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
- git:
66
local-name: cisst-saw/cisst
77
uri: https://github.com/jhu-cisst/cisst
8-
version: devel
8+
version: 1.1.0
99
- git:
1010
local-name: cisst-saw/cisst-ros
1111
uri: https://github.com/jhu-cisst/cisst-ros
12-
version: devel
12+
version: 2.0.0
1313
- git:
1414
local-name: crtk/crtk_msgs
1515
uri: https://github.com/collaborative-robotics/crtk_msgs
16-
version: master
16+
version: master
1717
- git:
1818
local-name: cisst-saw/sawIntuitiveDaVinci
1919
uri: https://github.com/jhu-saw/sawIntuitiveDaVinci
20-
version: devel
20+
version: 2.0.0

ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>isi_ros</name>
4-
<version>1.2.0</version>
4+
<version>2.0.0</version>
55
<description>The ISI ROS package</description>
66

77
<maintainer email="anton.deguet@jhu.edu">Anton Deguet</maintainer>

0 commit comments

Comments
 (0)