# HG changeset patch # User Sebastien Jodogne # Date 1442416912 -7200 # Node ID a9fd9cd6410e16416022bc0dd7a6cad24df311cd # Parent dd1f7909a14ccfe90749e533fd227ebef3b0ae85# Parent a49aacb21a40efdf0a7936dc6571a0bfb231160e back to mainline diff -r dd1f7909a14c -r a9fd9cd6410e CMakeLists.txt --- a/CMakeLists.txt Wed Sep 16 16:06:29 2015 +0200 +++ b/CMakeLists.txt Wed Sep 16 17:21:52 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.4") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning diff -r dd1f7909a14c -r a9fd9cd6410e NEWS --- a/NEWS Wed Sep 16 16:06:29 2015 +0200 +++ b/NEWS Wed Sep 16 17:21:52 2015 +0200 @@ -2,6 +2,9 @@ =============================== +Version 0.9.4 (2015/09/16) +========================== + * Preview of PDF files encapsulated in DICOM from Orthanc Explorer * Creation of DICOM files with encapsulated PDF through "/tools/create-dicom" * "limit" and "since" arguments while retrieving DICOM resources in the REST API