diff OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4489:3fd0bf1cb361 Orthanc-1.9.0

Orthanc-1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 10:12:06 +0100
parents 06d164d8a0fd
children cf44052fdf60
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Jan 29 09:46:47 2021 +0100
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri Jan 29 10:12:06 2021 +0100
@@ -23,7 +23,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.9.0")
 
 # 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 "9")
+set(ORTHANC_API_VERSION "10")
 
 
 #####################################################################