Mercurial > hg > orthanc
changeset 3304:e83546f4adcc
touch ORTHANC_API_VERSION
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 24 Feb 2019 10:05:08 +0100 |
parents | a215182a0c2f |
children | aee8d160df43 |
files | Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake Sun Feb 24 10:03:02 2019 +0100 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Sun Feb 24 10:05:08 2019 +0100 @@ -17,7 +17,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 "1.4") +set(ORTHANC_API_VERSION "1.5") #####################################################################