changeset 819:992be7e1736a Orthanc-0.7.5

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:03:22 +0200
parents 19f5bf450973
children 55bce9b55054
files CMakeLists.txt NEWS OrthancCppClient/SharedLibrary/Product.json
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu May 08 17:01:51 2014 +0200
+++ b/CMakeLists.txt	Thu May 08 17:03:22 2014 +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.7.5")
 
 
 #####################################################################
--- a/NEWS	Thu May 08 17:01:51 2014 +0200
+++ b/NEWS	Thu May 08 17:03:22 2014 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 0.7.5 (2014/05/08)
+==========================
+
 * Dynamic negotiation of SOP classes for C-Store SCU
 * Creation of DICOM instances using the REST API
 * Embedding of images within DICOM instances
--- a/OrthancCppClient/SharedLibrary/Product.json	Thu May 08 17:01:51 2014 +0200
+++ b/OrthancCppClient/SharedLibrary/Product.json	Thu May 08 17:03:22 2014 +0200
@@ -4,5 +4,5 @@
   "Company" : "CHU of Liege",
   "Copyright" : "(c) 2012-2014, Sebastien Jodogne, CHU of Liege",
   "Legal" : "Licensing information is available on https://code.google.com/p/orthanc/",
-  "Version" : "0.7.4"
+  "Version" : "0.7.5"
 }