changeset 32:11be33e4cc46 OrthancGdcm-1.1

OrthancGdcm-1.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Aug 2020 15:01:10 +0200
parents 01c404b14507
children d72471893e40 4b960b27ab9c
files CMakeLists.txt NEWS
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Aug 04 13:47:06 2020 +0200
+++ b/CMakeLists.txt	Wed Aug 05 15:01:10 2020 +0200
@@ -21,13 +21,13 @@
 
 project(OrthancGdcm)
 
-SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin")
+SET(PLUGIN_VERSION "1.1" CACHE STRING "Version of the plugin")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.0")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Tue Aug 04 13:47:06 2020 +0200
+++ b/NEWS	Wed Aug 05 15:01:10 2020 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.0 (2020-08-05)
+========================
+
 * Fix transcoding of DICOM files encoded using an implicit transfer syntax
 * Support of dynamic linking against the system-wide Orthanc framework library
 * Upgrade to GDCM 3.0.7 for static builds