changeset 5365:5653527a2b1d

updated API version to 22
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 11:13:19 +0200
parents b5f2122a1334
children b551e4fdc708
files OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Jul 20 10:51:34 2023 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Jul 20 11:13:19 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 "21")
+set(ORTHANC_API_VERSION "22")
 
 
 #####################################################################