# HG changeset patch # User Alain Mazy # Date 1689844399 -7200 # Node ID 5653527a2b1d34dd123a0879a505e9753809bc2f # Parent b5f2122a133479fff4115e318566b13e4219ae6f updated API version to 22 diff -r b5f2122a1334 -r 5653527a2b1d OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- 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") #####################################################################