# HG changeset patch # User Sebastien Jodogne # Date 1433328414 -7200 # Node ID 823e82ee43bbee37033609789848de0daee9028e # Parent 29d3e64dd82897c04f5302f98143454733897041 set version diff -r 29d3e64dd828 -r 823e82ee43bb CMakeLists.txt --- a/CMakeLists.txt Wed Jun 03 12:40:31 2015 +0200 +++ b/CMakeLists.txt Wed Jun 03 12:46:54 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 29d3e64dd828 -r 823e82ee43bb NEWS --- a/NEWS Wed Jun 03 12:40:31 2015 +0200 +++ b/NEWS Wed Jun 03 12:46:54 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 -----