Skip to content

Commit

Permalink
set version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed May 16, 2018
1 parent 3e037dd commit 2241173
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change log
==========

1.0.10 (2018-xx-xx)
==================
1.0.10 (2018-05-16)
===================

* API changes:
* cisstCommon:
Expand Down Expand Up @@ -39,7 +39,7 @@ Change log
* Bug fixes:
* Re-ordered function declaration in CMN_IMPLEMENT_SERVICES_TEMPLATED_INTERNAL for clang 9.0/MacOS
* Fixed some variable initialization based on valgrind warnings

1.0.9 (2017-11-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif (CISST_BUILD_SHARED_LIBS)
# Set the version number
set (CISST_VERSION_MAJOR "1")
set (CISST_VERSION_MINOR "0")
set (CISST_VERSION_PATCH "9")
set (CISST_VERSION_PATCH "10")
set (CISST_VERSION "${CISST_VERSION_MAJOR}.${CISST_VERSION_MINOR}.${CISST_VERSION_PATCH}")

# To compile examples within this project
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>cisst</name>
<version>1.0.9</version>
<version>1.0.10</version>
<description>
This package provides the cisst libraries
</description>
Expand Down

0 comments on commit 2241173

Please sign in to comment.