changeset 290:092ccae9c217 0.10.2

0.10.2
author Alain Mazy <am@orthanc.team>
date Fri, 10 Oct 2025 08:46:45 +0200
parents c84fe50cc125
children 3c35cd6f9958 e2a6bfe7d1a7
files CMakeLists.txt NEWS
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Sep 24 09:12:36 2025 +0200
+++ b/CMakeLists.txt	Fri Oct 10 08:46:45 2025 +0200
@@ -17,11 +17,11 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8...4.0)
 
 project(OrthancAuthorization)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "0.10.2")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS	Wed Sep 24 09:12:36 2025 +0200
+++ b/NEWS	Fri Oct 10 08:46:45 2025 +0200
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+2025-10-10 - v 0.10.2
+=====================
 
 * New default permissions to add/delete modalities through the Rest API
   https://discourse.orthanc-server.org/t/managing-modalities-using-the-rest-api-and-keycloak/6137