Mercurial > hg > orthanc
diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5365:5653527a2b1d
updated API version to 22
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 20 Jul 2023 11:13:19 +0200 |
parents | 65b4e6ae2703 |
children | 6cb91df32207 |
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") #####################################################################