# HG changeset patch # User Sebastien Jodogne # Date 1594214278 -7200 # Node ID eec99a934b6a0fb3939585e0b894f8ba65972666 # Parent ff5b71166c158b95b8e0ec83823709a81beba3e5 OrthancPython-2.0 diff -r ff5b71166c15 -r eec99a934b6a CMakeLists.txt --- 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() diff -r ff5b71166c15 -r eec99a934b6a NEWS --- 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