Mercurial > hg > orthanc
changeset 490:9d67b86cc23e
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Jul 2013 16:08:58 +0200 |
parents | 733b24a00c26 (current diff) 6ad76c3f0efd (diff) |
children | c56e9480183a |
files | |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jul 16 14:59:23 2013 +0200 +++ b/CMakeLists.txt Tue Jul 16 16:08:58 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 14:59:23 2013 +0200 +++ b/NEWS Tue Jul 16 16:08:58 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) ==========================