# HG changeset patch # User Sebastien Jodogne # Date 1477641393 -7200 # Node ID b1d6a0efe09b27f8d7095a792823c6da658b45b3 # Parent 3dd6ef914243f2055c613cb3da86e8d939d68dac set version diff -r 3dd6ef914243 -r b1d6a0efe09b NEWS --- a/NEWS Fri Oct 28 09:51:02 2016 +0200 +++ b/NEWS Fri Oct 28 09:56:33 2016 +0200 @@ -1,11 +1,15 @@ Pending changes in the mainline =============================== + + +Version 0.1 (2016/10/28) +======================== + * Docker images are available * Provide "--version" flag in command-line tools * Fix freeze if the target Orthanc is not accepting images - Maintenance ----------- @@ -15,7 +19,6 @@ * Automatic build in CIS - 2016-10-22 ========== diff -r 3dd6ef914243 -r b1d6a0efe09b Resources/CMake/Version.cmake --- a/Resources/CMake/Version.cmake Fri Oct 28 09:51:02 2016 +0200 +++ b/Resources/CMake/Version.cmake Fri Oct 28 09:56:33 2016 +0200 @@ -1,4 +1,4 @@ -set(ORTHANC_WSI_VERSION "mainline") +set(ORTHANC_WSI_VERSION "0.1") add_definitions( -DORTHANC_WSI_VERSION="${ORTHANC_WSI_VERSION}"