changeset 35:ed649650d9d3

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2016 09:57:03 +0200
parents d473ea5b00ff (current diff) b1d6a0efe09b (diff)
children 3c5c29ae8405
files
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Oct 28 09:19:16 2016 +0200
+++ b/NEWS	Fri Oct 28 09:57:03 2016 +0200
@@ -1,11 +1,15 @@
 Pending changes in the mainline
 ===============================
 
+
+
+Version 0.1 (2016/10/28)
+========================
+
 * Docker images are available
 * Provide "--version" flag in command-line tools
 * Fix freeze if the target Orthanc is not accepting images
 
-
 Maintenance
 -----------
 
@@ -15,7 +19,6 @@
 * Automatic build in CIS
 
 
-
 2016-10-22
 ==========
 
--- a/Resources/CMake/Version.cmake	Fri Oct 28 09:19:16 2016 +0200
+++ b/Resources/CMake/Version.cmake	Fri Oct 28 09:57:03 2016 +0200
@@ -1,4 +1,4 @@
-set(ORTHANC_WSI_VERSION "mainline")
+set(ORTHANC_WSI_VERSION "0.1")
 
 add_definitions(
   -DORTHANC_WSI_VERSION="${ORTHANC_WSI_VERSION}"