changeset 81:347af6f3d63a OrthancPython-3.3

OrthancPython-3.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Aug 2021 18:36:43 +0200
parents ad31ac9a6fef
children 01df28d28247 a977931b62a4
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Aug 12 18:07:22 2021 +0200
+++ b/CMakeLists.txt	Thu Aug 12 18:36:43 2021 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPython)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "3.3")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Thu Aug 12 18:07:22 2021 +0200
+++ b/NEWS	Thu Aug 12 18:36:43 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 3.3 (2021-08-12)
+========================
+
 * New Python function: "orthanc.RegisterStorageArea()"
 * Custom exception "orthanc.OrthancException" is raised instead of "ValueError"