Skip to content

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 7, 2021
1 parent 3266c5e commit bb103e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set (REQUIRED_CISST_LIBRARIES
cisstRobot
cisstNumerical)

find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})
find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES})

if (cisst_FOUND)

Expand All @@ -52,8 +52,8 @@ if (cisst_FOUND)
set (sawControllers_LIBRARIES sawControllers)

# Set the version number
set (sawControllers_VERSION_MAJOR "1")
set (sawControllers_VERSION_MINOR "7")
set (sawControllers_VERSION_MAJOR "2")
set (sawControllers_VERSION_MINOR "0")
set (sawControllers_VERSION_PATCH "0")
set (sawControllers_VERSION "${sawControllers_VERSION_MAJOR}.${sawControllers_VERSION_MINOR}.${sawControllers_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion components/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_controllers</name>
<version>1.7.0</version>
<version>2.0.0</version>
<description>
sawControllers
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_controllers_examples</name>
<version>1.7.0</version>
<version>2.0.0</version>
<description>
sawControllers Examples
</description>
Expand Down

0 comments on commit bb103e8

Please sign in to comment.