Skip to content

Commit 4bd9aa6

Browse files
committed
Release 1.0.9
1 parent 423c937 commit 4bd9aa6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
1.0.9 (2017-mm-dd)
4+
1.0.9 (2017-11-07)
55
==================
66

77
* API changes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ endif (CISST_BUILD_SHARED_LIBS)
7070
# Set the version number
7171
set (CISST_VERSION_MAJOR "1")
7272
set (CISST_VERSION_MINOR "0")
73-
set (CISST_VERSION_PATCH "8")
73+
set (CISST_VERSION_PATCH "9")
7474
set (CISST_VERSION "${CISST_VERSION_MAJOR}.${CISST_VERSION_MINOR}.${CISST_VERSION_PATCH}")
7575

7676
# To compile examples within this project

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>cisst</name>
3-
<version>1.0.8</version>
3+
<version>1.0.9</version>
44
<description>
55
This package provides the cisst libraries
66
</description>

0 commit comments

Comments
 (0)