# HG changeset patch # User Sebastien Jodogne # Date 1761145919 -7200 # Node ID e33cb0f03dc9550a5a8da010f279e325084fd90d # Parent b931dabc2b478875f5efe7b8ce6f2fe855d5ce9c OrthancEducation-1.0 diff -r b931dabc2b47 -r e33cb0f03dc9 CMakeLists.txt --- a/CMakeLists.txt Wed Oct 22 13:22:08 2025 +0200 +++ b/CMakeLists.txt Wed Oct 22 17:11:59 2025 +0200 @@ -23,7 +23,7 @@ project(OrthancEducation) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.0") set(ORTHANC_PLUGIN_NAME "education") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") diff -r b931dabc2b47 -r e33cb0f03dc9 NEWS --- a/NEWS Wed Oct 22 13:22:08 2025 +0200 +++ b/NEWS Wed Oct 22 17:11:59 2025 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.0 (2025-10-22) +======================== + => Minimum SDK version: 1.12.9 <= * Initial release