# HG changeset patch # User Sebastien Jodogne # Date 1438967553 -7200 # Node ID 918ff09b5ac20c2b240f05cb94842d55dde9c48a # Parent 5e9c40419fb95f5048b1bb99dfa822b1ce92962f# Parent 18518e1f5fb0462185e3cdf661daed648065c954 back to mainline diff -r 5e9c40419fb9 -r 918ff09b5ac2 CMakeLists.txt --- a/CMakeLists.txt Fri Aug 07 17:39:45 2015 +0200 +++ b/CMakeLists.txt Fri Aug 07 19:12:33 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 5e9c40419fb9 -r 918ff09b5ac2 NEWS --- a/NEWS Fri Aug 07 17:39:45 2015 +0200 +++ b/NEWS Fri Aug 07 19:12:33 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)