diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5163:ee48de2fa4c0

back to mainline
author Alain Mazy <am@osimis.io>
date Fri, 03 Feb 2023 14:34:33 +0100
parents bc4ffd47ce86
children 0ea402b4d901
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Feb 03 14:24:43 2023 +0100
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Feb 03 14:34:33 2023 +0100
@@ -38,7 +38,7 @@
 # Version of the Orthanc API, can be retrieved from "/system" URI in
 # order to check whether new URI endpoints are available even if using
 # the mainline version of Orthanc
-set(ORTHANC_API_VERSION "18")
+set(ORTHANC_API_VERSION "19")
 
 
 #####################################################################