diff Resources/SyncOrthancFolder.py @ 511:51a78b3f96bb OrthancMySQL-5.2

use Framework 1.12.4 by default
author Alain Mazy <am@orthanc.team>
date Thu, 06 Jun 2024 11:55:22 +0200
parents bba27bbef7e0
children 2155c39914a2
line wrap: on
line diff
--- a/Resources/SyncOrthancFolder.py	Wed Jun 05 22:46:27 2024 +0200
+++ b/Resources/SyncOrthancFolder.py	Thu Jun 06 11:55:22 2024 +0200
@@ -17,7 +17,7 @@
 
 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
 PLUGIN_SDK_VERSION_OLD = [ '0.9.5', '1.4.0', '1.5.2', '1.5.4' ]
-PLUGIN_SDK_VERSION_NEW = [ '1.9.2', '1.12.0', '1.12.3' ]
+PLUGIN_SDK_VERSION_NEW = [ '1.9.2', '1.12.0', '1.12.3', '1.12.4' ]
 HAS_PROTOCOL_BUFFERS = [ '1.12.0', '1.12.3' ]
 REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file'