diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5312:b43a3f0b57b2

updated API version to 21
author Alain Mazy <am@osimis.io>
date Fri, 16 Jun 2023 09:27:17 +0200
parents ed7257b61bd7
children e2746201996a
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Jun 12 18:42:06 2023 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Jun 16 09:27:17 2023 +0200
@@ -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 "20")
+set(ORTHANC_API_VERSION "21")
 
 
 #####################################################################