diff Resources/CMake/OrthancFrameworkParameters.cmake @ 3592:de1665e7b341

added '/peers/{id}/system' route to test the connectivity with a remote peer
author Alain Mazy <alain@mazy.be>
date Mon, 23 Dec 2019 15:46:50 +0100
parents 25126912aa2c
children d737173197e1
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Dec 23 10:44:09 2019 +0100
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Dec 23 15:46:50 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 "4")
+set(ORTHANC_API_VERSION "5")
 
 
 #####################################################################