changeset 291:3c35cd6f9958

back to mainline
author Alain Mazy <am@orthanc.team>
date Fri, 10 Oct 2025 08:47:14 +0200
parents c84fe50cc125 (current diff) 092ccae9c217 (diff)
children 4242976437be
files CMakeLists.txt
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Sep 24 09:12:36 2025 +0200
+++ b/CMakeLists.txt	Fri Oct 10 08:47:14 2025 +0200
@@ -17,7 +17,7 @@
 # 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)
 
--- a/NEWS	Wed Sep 24 09:12:36 2025 +0200
+++ b/NEWS	Fri Oct 10 08:47:14 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