Mercurial > hg > orthanc
changeset 1620:a9fd9cd6410e
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Sep 2015 17:21:52 +0200 |
parents | dd1f7909a14c (current diff) a49aacb21a40 (diff) |
children | de85f90030cf |
files | |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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