diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4159:2e540919aac9 Orthanc-1.7.3

Orthanc-1.7.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Aug 2020 20:17:18 +0200
parents 298216fce500
children 77255a09883b
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	Sun Aug 23 20:17:18 2020 +0200
@@ -23,7 +23,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.7.3")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
@@ -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")
 
 
 #####################################################################