Mercurial > hg > orthanc
changeset 3106:897d539ae0e9 db-changes
increment ORTHANC_API_VERSION
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 10 Jan 2019 18:03:04 +0100 |
parents | 2e1711f80f74 |
children | 1bedab6993d4 |
files | Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake Thu Jan 10 18:02:34 2019 +0100 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Thu Jan 10 18:03:04 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.2") +set(ORTHANC_API_VERSION "1.3") #####################################################################