Skip to content

Commit

Permalink
updated to release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 9, 2019
1 parent b044405 commit 6b3a7fe
Show file tree
Hide file tree
Showing 2 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,7 +1,7 @@
Change log
==========

1.0.11 (2019-03-xx)
1.0.11 (2019-04-09)
===================

* API changes:
Expand All @@ -21,7 +21,7 @@ Change log
* cisstVector:
* vctMatrixRotation3: constructor from BaseType is now implicit
* Rotation and vector widgets: added ket press to reset orientation
* Dynamic vector and matrices: exception message for size mismatch now includes expected and received sizes
* Dynamic vector and matrices: exception message for size mismatch now includes expected and received sizes
* cisstMultiTask:
* mtsManagerLocal: added RemoveAllUserComponents
* mtsManagerLocal: added ConfigureJSON(filename)
Expand All @@ -42,7 +42,7 @@ Change log
* Tests: use PATH variable to locate osaPipeExec test program
* osaPipeExec: new Windows implementation for noWindow case
* osaPipeExec: fixed resource leak
* osaSocketServer: fix for Windows (based on feedback from dlrdave)
* osaSocketServer: fix for Windows (based on feedback from dlrdave)
* cisstMultiTask:
* mtsCommand: fixed infinite recursion in Execute methods
* mtsIntervalStatistics: set as valid
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## -*- Mode: CMAKE; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-

#
# (C) Copyright 2005-2018 Johns Hopkins University (JHU), All Rights Reserved.
# (C) Copyright 2005-2019 Johns Hopkins University (JHU), All Rights Reserved.
#
# --- begin cisst license - do not edit ---
#
Expand Down 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 "10")
set (CISST_VERSION_PATCH "11")
set (CISST_VERSION "${CISST_VERSION_MAJOR}.${CISST_VERSION_MINOR}.${CISST_VERSION_PATCH}")

# To compile examples within this project
Expand Down

0 comments on commit 6b3a7fe

Please sign in to comment.