diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5775:9af45c841f59 find-refactoring

Api Version = 25 (limit=0 means no-limit)
author Alain Mazy <am@orthanc.team>
date Thu, 12 Sep 2024 10:03:17 +0200
parents b89439c14916
children
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Sep 12 08:25:41 2024 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Sep 12 10:03:17 2024 +0200
@@ -39,7 +39,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 "24")
+set(ORTHANC_API_VERSION "25")
 
 
 #####################################################################