# HG changeset patch # User Sebastien Jodogne # Date 1630226562 -7200 # Node ID 42e622d2f5c5387634f04ff4d871741a5b5aec1d # Parent 9288b168028c1226f22890d9b885f86bea8d64da OrthancTcia-1.0 diff -r 9288b168028c -r 42e622d2f5c5 CMakeLists.txt --- a/CMakeLists.txt Sun Aug 29 10:32:33 2021 +0200 +++ b/CMakeLists.txt Sun Aug 29 10:42:42 2021 +0200 @@ -19,7 +19,7 @@ project(OrthancTcia) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.0") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 9288b168028c -r 42e622d2f5c5 NEWS --- a/NEWS Sun Aug 29 10:32:33 2021 +0200 +++ b/NEWS Sun Aug 29 10:42:42 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.0 (2021-08-29) +======================== + => Minimum SDK version: 1.4.2 <= * Initial release