Mercurial > hg > orthanc
changeset 1410:8146fcd7d8af
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jun 2015 13:44:41 +0200 |
parents | d371a66972a4 (current diff) 823e82ee43bb (diff) |
children | 32d5ef43e50b |
files | |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Jun 03 10:19:13 2015 +0200 +++ b/CMakeLists.txt Wed Jun 03 13:44:41 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.0") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/NEWS Wed Jun 03 10:19:13 2015 +0200 +++ b/NEWS Wed Jun 03 13:44:41 2015 +0200 @@ -1,6 +1,11 @@ Pending changes in the mainline =============================== + + +Version 0.9.0 (2015/06/03) +========================== + Major ----- @@ -9,7 +14,7 @@ * "?expand" flag for URIs "/patients", "/studies" and "/series" * "/tools/find" URI to search for DICOM resources from REST * Support of FreeBSD -* The "Orthanc Client" SDK is now managed as a separate project +* The "Orthanc Client" SDK is now a separate project Minor -----