changeset 15:3eb5ccd37e31 OrthancTransfers-1.0

OrthancTransfers-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Mar 2019 17:25:22 +0100
parents e1b24c9a9bd8
children 2452e15d7746 aff1ade130c5
files CMakeLists.txt NEWS
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Mar 04 16:48:25 2019 +0100
+++ b/CMakeLists.txt	Mon Mar 04 17:25:22 2019 +0100
@@ -18,7 +18,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancTransfers)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.0")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS	Mon Mar 04 16:48:25 2019 +0100
+++ b/NEWS	Mon Mar 04 17:25:22 2019 +0100
@@ -2,7 +2,13 @@
 ===============================
 
 
-2018-09-17
-----------
+Version 1.0 (2019-03-04)
+========================
 
 * Initial release
+
+
+2018-09-17
+==========
+
+* Initial publication of the source code