Mercurial > hg > orthanc
changeset 1080:898796cedd3c Orthanc-0.8.1
version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Jul 2014 12:36:12 +0200 |
parents | 7761be8eb327 |
children | 80be96250858 |
files | CMakeLists.txt NEWS OrthancCppClient/SharedLibrary/Product.json |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jul 29 12:34:58 2014 +0200 +++ b/CMakeLists.txt Tue Jul 29 12:36:12 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.1") #####################################################################
--- a/NEWS Tue Jul 29 12:34:58 2014 +0200 +++ b/NEWS Tue Jul 29 12:36:12 2014 +0200 @@ -2,6 +2,11 @@ =============================== + + +Version 0.8.1 (2014/07/29) +========================== + General -------
--- a/OrthancCppClient/SharedLibrary/Product.json Tue Jul 29 12:34:58 2014 +0200 +++ b/OrthancCppClient/SharedLibrary/Product.json Tue Jul 29 12:36:12 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.8.0" + "Version" : "0.8.1" }