# HG changeset patch # User Sebastien Jodogne # Date 1551448390 -3600 # Node ID 56d7f3d50c89c6c66c9932621a1ae05403e34ee1 # Parent 4b1017928fc405c21e256076519c71406662a7c3 Orthanc-1.5.6 diff -r 4b1017928fc4 -r 56d7f3d50c89 NEWS --- a/NEWS Thu Feb 28 18:21:28 2019 +0100 +++ b/NEWS Fri Mar 01 14:53:10 2019 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.5.6 (2019-03-01) +========================== + Orthanc Explorer ---------------- diff -r 4b1017928fc4 -r 56d7f3d50c89 Resources/CMake/OrthancFrameworkParameters.cmake --- a/Resources/CMake/OrthancFrameworkParameters.cmake Thu Feb 28 18:21:28 2019 +0100 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Fri Mar 01 14:53:10 2019 +0100 @@ -3,7 +3,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.5.6") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning