# HG changeset patch # User Sebastien Jodogne # Date 1442415203 -7200 # Node ID a49aacb21a40efdf0a7936dc6571a0bfb231160e # Parent cc80f0620f820298d61812c8a8c887b5f6815a35 set version diff -r cc80f0620f82 -r a49aacb21a40 CMakeLists.txt --- a/CMakeLists.txt Wed Sep 16 16:49:32 2015 +0200 +++ b/CMakeLists.txt Wed Sep 16 16:53:23 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 cc80f0620f82 -r a49aacb21a40 NEWS --- a/NEWS Wed Sep 16 16:49:32 2015 +0200 +++ b/NEWS Wed Sep 16 16:53:23 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