Skip to content

Commit

Permalink
Updated CHANGELOG.md and revision numbers for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Aug 31, 2016
1 parent b95d6a7 commit a5989f5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change log
==========

1.4.0 (2016-08-31)
==================

* API changes:
* mtsPID: when in torque mode, update last desired position based on current position
* Deprecated features:
* None
* New features:
* CMake: separated components from applications/examples (catkin build 0.4 compatible)
* Bug fixes:
* None

1.3.0 (2016-01-08)
==================

Expand Down
4 changes: 2 additions & 2 deletions components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set (REQUIRED_CISST_LIBRARIES
cisstRobot
cisstNumerical)

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

if (cisst_FOUND)

Expand All @@ -49,7 +49,7 @@ if (cisst_FOUND)

# Set the version number
set (sawControllers_VERSION_MAJOR "1")
set (sawControllers_VERSION_MINOR "3")
set (sawControllers_VERSION_MINOR "4")
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.3.0</version>
<version>1.4.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.3.0</version>
<version>1.4.0</version>
<description>
sawControllers Examples
</description>
Expand Down

0 comments on commit a5989f5

Please sign in to comment.