Mercurial > hg > orthanc
changeset 2549:78e5414d57f8 Orthanc-1.3.2
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Apr 2018 12:35:29 +0200 |
parents | 85468baba6a8 |
children | 1e180dd30d17 3c0b9182d7c3 |
files | NEWS Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed Apr 18 12:30:03 2018 +0200 +++ b/NEWS Wed Apr 18 12:35:29 2018 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.3.2 (2018-04-18) +========================== + REST API --------
--- a/Resources/CMake/OrthancFrameworkParameters.cmake Wed Apr 18 12:30:03 2018 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Wed Apr 18 12:35:29 2018 +0200 @@ -3,7 +3,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.3.2") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning