changeset 15:e252d740436f

upgraded to sdk 1.3.1
author amazy
date Fri, 09 Mar 2018 10:29:15 +0100
parents 9ea9032050c7
children 1e08ab759b43 02c83c12d3d5
files CMakeLists.txt Resources/SyncOrthancFolder.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Mar 08 20:54:13 2018 +0100
+++ b/CMakeLists.txt	Fri Mar 09 10:29:15 2018 +0100
@@ -47,7 +47,7 @@
 
 # Check that the Orthanc SDK headers are available
 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)
-  include_directories(${ORTHANC_ROOT}/Sdk-1.1.0)
+  include_directories(${ORTHANC_ROOT}/Sdk-1.3.1)
 else ()
   CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H)
   if (NOT HAVE_ORTHANC_H)
--- a/Resources/SyncOrthancFolder.py	Thu Mar 08 20:54:13 2018 +0100
+++ b/Resources/SyncOrthancFolder.py	Fri Mar 09 10:29:15 2018 +0100
@@ -11,7 +11,7 @@
 import urllib2
 
 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
-PLUGIN_SDK_VERSION = '1.1.0'  # TODO Switch to 1.2.1 when available
+PLUGIN_SDK_VERSION = '1.3.1'  # TODO Switch to 1.2.1 when available
 REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw'
 
 FILES = [