# HG changeset patch # User Sebastien Jodogne # Date 1399561402 -7200 # Node ID 992be7e1736aa60ca98b6ea4749bdb8afb23b3e3 # Parent 19f5bf4509737af1d8201d9000298deaf2957ac4 set version diff -r 19f5bf450973 -r 992be7e1736a CMakeLists.txt --- 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") ##################################################################### diff -r 19f5bf450973 -r 992be7e1736a NEWS --- 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 diff -r 19f5bf450973 -r 992be7e1736a OrthancCppClient/SharedLibrary/Product.json --- 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" }