Mercurial > hg > orthanc-wsi
changeset 147:38d12348a153 OrthancWSI-0.5
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 23 Apr 2018 17:15:15 +0200 |
parents | 213d35bc1881 |
children | 65db094d20e4 bd2067fd3860 |
files | NEWS Resources/CMake/Version.cmake |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon Apr 23 17:11:31 2018 +0200 +++ b/NEWS Mon Apr 23 17:15:15 2018 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 0.5 (2018-04-23) +======================== + * "--max-size=0" allowed to create a single instance per pyramid level * Support more colorspaces with JPEG2k * SSL is enabled by default for HTTPS transfers
--- a/Resources/CMake/Version.cmake Mon Apr 23 17:11:31 2018 +0200 +++ b/Resources/CMake/Version.cmake Mon Apr 23 17:15:15 2018 +0200 @@ -1,10 +1,10 @@ -set(ORTHANC_WSI_VERSION "mainline") +set(ORTHANC_WSI_VERSION "0.5") if (ORTHANC_WSI_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_VERSION "1.3.1") + set(ORTHANC_FRAMEWORK_VERSION "1.3.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()