changeset 477:8229c283eefb

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Oct 2020 19:28:55 +0200
parents b7a495d2b39e (current diff) 4bfe89488bc1 (diff)
children 8121a16faf3e
files CMakeLists.txt
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Oct 19 18:44:18 2020 +0200
+++ b/CMakeLists.txt	Mon Oct 19 19:28:55 2020 +0200
@@ -27,7 +27,7 @@
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.8.0")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Mon Oct 19 18:44:18 2020 +0200
+++ b/NEWS	Mon Oct 19 19:28:55 2020 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.3 (2020-10-19)
+========================
+
 * Support transcoding in WADO-RS RetrieveStudy, RetrieveSeries and RetrieveInstance
 * Support of dynamic linking against the system-wide Orthanc framework library
 * Support rendering of images whose pixel format is uint8_t