Mercurial > hg > orthanc
changeset 1619:a49aacb21a40 Orthanc-0.9.4
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Sep 2015 16:53:23 +0200 |
parents | cc80f0620f82 |
children | a9fd9cd6410e 87694696c834 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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