diff CMakeLists.txt @ 150:9be1ee2b8fe1 0.7.0

0.7.0
author Alain Mazy <am@osimis.io>
date Fri, 16 Feb 2024 08:39:33 +0100
parents 9a9be09b9a30
children e7cee71a2f86
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Feb 15 16:30:21 2024 +0100
+++ b/CMakeLists.txt	Fri Feb 16 08:39:33 2024 +0100
@@ -1,5 +1,6 @@
 # Advanced authorization plugin for Orthanc
 # Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Affero General Public License
@@ -19,7 +20,7 @@
 
 project(OrthancAuthorization)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "0.7.0")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")