changeset 9:4a6b5cbadc9f OrthancIndexer-1.0

OrthancIndexer-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Sep 2021 13:06:02 +0200
parents 01b142f0a508
children 142c9e2ee8b3
files AUTHORS CMakeLists.txt NEWS
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/AUTHORS	Fri Sep 24 12:52:08 2021 +0200
+++ b/AUTHORS	Fri Sep 24 13:06:02 2021 +0200
@@ -1,5 +1,5 @@
-TCIA plugin for Orthanc
-=======================
+Folder indexer plugin for Orthanc
+=================================
 
 
 Authors
--- a/CMakeLists.txt	Fri Sep 24 12:52:08 2021 +0200
+++ b/CMakeLists.txt	Fri Sep 24 13:06:02 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancIndexer)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.0")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Fri Sep 24 12:52:08 2021 +0200
+++ b/NEWS	Fri Sep 24 13:06:02 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.0 (2021-09-24)
+========================
+
 => Minimum SDK version: 1.9.0 <=
 
 * Initial release