Mercurial > hg > orthanc-python
changeset 44:2468e2f2456c
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 08 Jul 2020 15:22:12 +0200 |
parents | ff5b71166c15 (current diff) eec99a934b6a (diff) |
children | ee76cced46a5 |
files | CMakeLists.txt |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Jul 08 14:40:50 2020 +0200 +++ b/CMakeLists.txt Wed Jul 08 15:22:12 2020 +0200 @@ -7,7 +7,7 @@ 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:22:12 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