changeset 489:6ad76c3f0efd Orthanc-0.6.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 15:13:36 +0200
parents 9c5bb817bc8b
children 9d67b86cc23e d9a179f23b47
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jul 16 15:10:47 2013 +0200
+++ b/CMakeLists.txt	Tue Jul 16 15:13:36 2013 +0200
@@ -4,7 +4,7 @@
 
 # Version of the build, should always be "mainline" except in release branches
 add_definitions(
-  -DORTHANC_VERSION="mainline"
+  -DORTHANC_VERSION="0.6.0"
   )
 
 # Parameters of the build
--- a/NEWS	Tue Jul 16 15:10:47 2013 +0200
+++ b/NEWS	Tue Jul 16 15:13:36 2013 +0200
@@ -2,6 +2,10 @@
 ===============================
 
 
+
+Version 0.6.0 (2013/07/16)
+==========================
+
 Major changes
 -------------
 
@@ -10,7 +14,6 @@
 * Access to signed images (instances/.../image-int16)
   (Closes: Debian #716958)
 
-
 Minor changes
 -------------
 
@@ -22,7 +25,6 @@
 * Fixes for boost::thread, as reported by Cyril Paulus
 * Fix licensing (Closes: Debian #712038)
 
-
 Metadata
 --------
 
@@ -33,7 +35,6 @@
 * Improved support of series with temporal positions
 
 
-
 Version 0.5.2 (2013/05/07)
 ==========================