# HG changeset patch # User Sebastien Jodogne # Date 1402491861 -7200 # Node ID 760ab972604cec4f4586865a2e636e18d5f53e3d # Parent e8fde84805a6e9c8ed9521cd56994d829379b473 set version diff -r e8fde84805a6 -r 760ab972604c CMakeLists.txt --- 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") ##################################################################### diff -r e8fde84805a6 -r 760ab972604c NEWS --- 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 diff -r e8fde84805a6 -r 760ab972604c OrthancCppClient/SharedLibrary/Product.json --- 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" }