Skip to content

Commit a5989f5

Browse files
committed
Updated CHANGELOG.md and revision numbers for 1.4.0
1 parent b95d6a7 commit a5989f5

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change log
22
==========
33

4+
1.4.0 (2016-08-31)
5+
==================
6+
7+
* API changes:
8+
* mtsPID: when in torque mode, update last desired position based on current position
9+
* Deprecated features:
10+
* None
11+
* New features:
12+
* CMake: separated components from applications/examples (catkin build 0.4 compatible)
13+
* Bug fixes:
14+
* None
15+
416
1.3.0 (2016-01-08)
517
==================
618

components/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set (REQUIRED_CISST_LIBRARIES
2323
cisstRobot
2424
cisstNumerical)
2525

26-
find_package (cisst 1.0.6 REQUIRED ${REQUIRED_CISST_LIBRARIES})
26+
find_package (cisst 1.0.8 REQUIRED ${REQUIRED_CISST_LIBRARIES})
2727

2828
if (cisst_FOUND)
2929

@@ -49,7 +49,7 @@ if (cisst_FOUND)
4949

5050
# Set the version number
5151
set (sawControllers_VERSION_MAJOR "1")
52-
set (sawControllers_VERSION_MINOR "3")
52+
set (sawControllers_VERSION_MINOR "4")
5353
set (sawControllers_VERSION_PATCH "0")
5454
set (sawControllers_VERSION "${sawControllers_VERSION_MAJOR}.${sawControllers_VERSION_MINOR}.${sawControllers_VERSION_PATCH}")
5555

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_controllers</name>
3-
<version>1.3.0</version>
3+
<version>1.4.0</version>
44
<description>
55
sawControllers
66
</description>

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_controllers_examples</name>
3-
<version>1.3.0</version>
3+
<version>1.4.0</version>
44
<description>
55
sawControllers Examples
66
</description>

0 commit comments

Comments
 (0)