diff --git a/CHANGELOG.md b/CHANGELOG.md index 888751991..088deb92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change log ========== -1.0.11 (2019-03-xx) +1.0.11 (2019-04-09) =================== * API changes: @@ -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) @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a978762..c8a4515cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 --- # @@ -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