diff Resources/CMake/OrthancFrameworkParameters.cmake @ 2554:ea63d9f90377

/tags now returns multiple numerical values in a \ separated string
author am@osimis.io
date Wed, 02 May 2018 11:50:47 +0200
parents caa4d350d60d
children d2f70c8f8bfd
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Apr 19 16:26:17 2018 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Wed May 02 11:50:47 2018 +0200
@@ -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.0")
+set(ORTHANC_API_VERSION "1.1")
 
 
 #####################################################################