diff CodeAnalysis/ParseOrthancSDK.py @ 108:2389ec6ec803

preparing for release
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 18:40:20 +0100
parents eb6ac5a801d1
children 65ec5597ec70 5643e97d9367
line wrap: on
line diff
--- 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__),