# HG changeset patch # User Sebastien Jodogne # Date 1407410741 -7200 # Node ID 8c8a6bc7575e7c4f0ed2f1a90844d5457c1edb3d # Parent 354dfbd1898babcb6a98c41a25add7e0ec1d3f49 set version diff -r 354dfbd1898b -r 8c8a6bc7575e CMakeLists.txt --- a/CMakeLists.txt Thu Aug 07 13:23:24 2014 +0200 +++ b/CMakeLists.txt Thu Aug 07 13:25:41 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.8.2") ##################################################################### diff -r 354dfbd1898b -r 8c8a6bc7575e NEWS --- a/NEWS Thu Aug 07 13:23:24 2014 +0200 +++ b/NEWS Thu Aug 07 13:25:41 2014 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 0.8.2 (2014/08/07) +========================== + * Support of the standard text encodings * Hot restart of Orthanc by posting to "/tools/reset" * More fault-tolerant commands in Lua scripts diff -r 354dfbd1898b -r 8c8a6bc7575e OrthancCppClient/SharedLibrary/Product.json --- a/OrthancCppClient/SharedLibrary/Product.json Thu Aug 07 13:23:24 2014 +0200 +++ b/OrthancCppClient/SharedLibrary/Product.json Thu Aug 07 13:25:41 2014 +0200 @@ -2,7 +2,7 @@ "Product" : "OrthancClient", "Description" : "Native client to the REST API of Orthanc", "Company" : "CHU of Liege", - "Copyright" : "(c) 2012-2014, Sebastien Jodogne, CHU of Liege", + "Copyright" : "(c) 2012-2014, Sebastien Jodogne, University Hospital of Liege", "Legal" : "Licensing information is available on https://code.google.com/p/orthanc/", - "Version" : "0.8.1" + "Version" : "0.8.2" }