diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4160:77255a09883b

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Aug 2020 07:28:45 +0200
parents 2e540919aac9
children 116bd42caf49
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Sun Aug 23 14:46:40 2020 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Aug 24 07:28:45 2020 +0200
@@ -37,7 +37,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 "7")
+set(ORTHANC_API_VERSION "8")
 
 
 #####################################################################