# HG changeset patch # User Sebastien Jodogne # Date 1438964840 -7200 # Node ID 18518e1f5fb0462185e3cdf661daed648065c954 # Parent 4320cfcfabefd5651c0030a33c0df15d3aac5659 set version diff -r 4320cfcfabef -r 18518e1f5fb0 CMakeLists.txt --- a/CMakeLists.txt Fri Aug 07 18:18:12 2015 +0200 +++ b/CMakeLists.txt Fri Aug 07 18:27:20 2015 +0200 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "0.9.3") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning diff -r 4320cfcfabef -r 18518e1f5fb0 NEWS --- a/NEWS Fri Aug 07 18:18:12 2015 +0200 +++ b/NEWS Fri Aug 07 18:27:20 2015 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 0.9.3 (2015/08/07) +========================== + * C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page) * Removal of the dependency upon Google Log, Orthanc now uses its internal logger (use -DENABLE_GOOGLE_LOG=ON to re-enable Google Log)