Mercurial > hg > orthanc
changeset 5312:b43a3f0b57b2
updated API version to 21
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 16 Jun 2023 09:27:17 +0200 |
parents | b5c502bcaf99 |
children | 4718452c4909 0b8068aa7142 |
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 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") #####################################################################