changeset 1409:823e82ee43bb Orthanc-0.9.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jun 2015 12:46:54 +0200
parents 29d3e64dd828
children 8146fcd7d8af 6cf5479009f6
files CMakeLists.txt NEWS
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
 -----