Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3538:23219b9da4d1
fix ordered-slices route to be closer to 1.5.7 behaviour
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 15 Oct 2019 09:53:33 +0200 |
parents | cfaa9eded17e |
children | 4beabcea3a5c |
comparison
equal
deleted
inserted
replaced
3537:9cc09f4c0fa9 | 3538:23219b9da4d1 |
---|---|
15 set(ORTHANC_DATABASE_VERSION 6) | 15 set(ORTHANC_DATABASE_VERSION 6) |
16 | 16 |
17 # Version of the Orthanc API, can be retrieved from "/system" URI in | 17 # Version of the Orthanc API, can be retrieved from "/system" URI in |
18 # order to check whether new URI endpoints are available even if using | 18 # order to check whether new URI endpoints are available even if using |
19 # the mainline version of Orthanc | 19 # the mainline version of Orthanc |
20 set(ORTHANC_API_VERSION "3") | 20 set(ORTHANC_API_VERSION "4") |
21 | 21 |
22 | 22 |
23 ##################################################################### | 23 ##################################################################### |
24 ## CMake parameters tunable by the user | 24 ## CMake parameters tunable by the user |
25 ##################################################################### | 25 ##################################################################### |