Mercurial > hg > orthanc-databases
changeset 517:2155c39914a2
fix SDK 1.12.4 protobuf
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 06 Jun 2024 12:34:43 +0200 |
parents | 3da78e8daec5 |
children | e3102bad13a4 |
files | Resources/SyncOrthancFolder.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/SyncOrthancFolder.py Thu Jun 06 12:12:34 2024 +0200 +++ b/Resources/SyncOrthancFolder.py Thu Jun 06 12:34:43 2024 +0200 @@ -18,7 +18,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', '1.12.4' ] -HAS_PROTOCOL_BUFFERS = [ '1.12.0', '1.12.3' ] +HAS_PROTOCOL_BUFFERS = [ '1.12.0', '1.12.3', '1.12.4' ] REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file' FILES = [