# HG changeset patch # User Sebastien Jodogne # Date 1433331881 -7200 # Node ID 8146fcd7d8af5483b4baebc440fc16e8aebbad8c # Parent d371a66972a403794504d77e9f1b8cdacfc24802# Parent 823e82ee43bbee37033609789848de0daee9028e back to mainline diff -r d371a66972a4 -r 8146fcd7d8af CMakeLists.txt --- 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 diff -r d371a66972a4 -r 8146fcd7d8af NEWS --- 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 -----