Mercurial > hg > orthanc-python
changeset 108:2389ec6ec803
preparing for release
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 18:40:20 +0100 |
parents | 461dfb859ac7 |
children | 80f3a034d47f 391c3b504fb6 |
files | CMakeLists.txt CodeAnalysis/ParseOrthancSDK.py CodeAnalysis/docker-compose.yml |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Feb 23 17:45:42 2022 +0100 +++ b/CMakeLists.txt Wed Feb 23 18:40:20 2022 +0100 @@ -7,7 +7,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.7") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.10.0") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/CodeAnalysis/ParseOrthancSDK.py Wed Feb 23 17:45:42 2022 +0100 +++ b/CodeAnalysis/ParseOrthancSDK.py Wed Feb 23 18:40:20 2022 +0100 @@ -101,7 +101,7 @@ help = 'manually provides the path to the libclang shared library') parser.add_argument('--source', default = os.path.join(os.path.dirname(__file__), - '../Resources/Orthanc/Sdk-1.9.8/orthanc/OrthancCPlugin.h'), + '../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h'), help = 'Input C++ file') parser.add_argument('--target', default = os.path.join(os.path.dirname(__file__),
--- a/CodeAnalysis/docker-compose.yml Wed Feb 23 17:45:42 2022 +0100 +++ b/CodeAnalysis/docker-compose.yml Wed Feb 23 18:40:20 2022 +0100 @@ -5,6 +5,6 @@ build: . volumes: - ../Sources/Autogenerated:/target - - ../Resources/Orthanc/Sdk-1.9.8/orthanc/:/source + - ../Resources/Orthanc/Sdk-1.10.0/orthanc/:/source # to parse your local mainline orthanc, use the below line instead # - /home/alain/o/orthanc/OrthancServer/Plugins/Include/orthanc/:/source