changeset 43:eec99a934b6a OrthancPython-2.0

OrthancPython-2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jul 2020 15:17:58 +0200
parents ff5b71166c15
children 2468e2f2456c 2d69eed703ae
files CMakeLists.txt NEWS
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jul 08 14:40:50 2020 +0200
+++ b/CMakeLists.txt	Wed Jul 08 15:17:58 2020 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPython)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "2.0")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.0")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Wed Jul 08 14:40:50 2020 +0200
+++ b/NEWS	Wed Jul 08 15:17:58 2020 +0200
@@ -1,8 +1,13 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 2.0 (2020-07-08)
+========================
+
 => Minimum SDK version: 1.7.2 <=
 
+* Wrapped more functions
 * Fix compilation using Visual Studio
 * The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
 * New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8