changeset 878:760ab972604c Orthanc-0.7.6

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2014 15:04:21 +0200
parents e8fde84805a6
children a04fa8586114
files CMakeLists.txt NEWS OrthancCppClient/SharedLibrary/Product.json
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jun 11 15:03:18 2014 +0200
+++ b/CMakeLists.txt	Wed Jun 11 15:04:21 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.6")
 
 
 #####################################################################
--- a/NEWS	Wed Jun 11 15:03:18 2014 +0200
+++ b/NEWS	Wed Jun 11 15:04:21 2014 +0200
@@ -1,6 +1,11 @@
 Pending changes in the mainline
 ===============================
 
+
+
+Version 0.7.6 (2014/06/11)
+==========================
+
 * Support of JPEG and JPEG-LS decompression
 * Download DICOM images as Matlab/Octave arrays
 * Precompiled headers for Microsoft Visual Studio
--- a/OrthancCppClient/SharedLibrary/Product.json	Wed Jun 11 15:03:18 2014 +0200
+++ b/OrthancCppClient/SharedLibrary/Product.json	Wed Jun 11 15:04:21 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.5"
+  "Version" : "0.7.6"
 }