changeset 1105:8c8a6bc7575e Orthanc-0.8.2

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 13:25:41 +0200
parents 354dfbd1898b
children 4af979c3cab0
files CMakeLists.txt NEWS OrthancCppClient/SharedLibrary/Product.json
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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")
 
 
 #####################################################################
--- 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
--- 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"
 }