Mercurial > hg > orthanc
changeset 1504:18518e1f5fb0 Orthanc-0.9.3
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Aug 2015 18:27:20 +0200 |
parents | 4320cfcfabef |
children | 918ff09b5ac2 46b2794042d6 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)