Mercurial > hg > orthanc
changeset 2776:218854b02a71 Orthanc-1.4.1
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Jul 2018 13:14:51 +0200 |
parents | 1902ca3d248f |
children | 0598e37efb52 6e5ab9087824 |
files | NEWS Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Jul 17 13:10:46 2018 +0200 +++ b/NEWS Tue Jul 17 13:14:51 2018 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.4.1 (2018-07-17) +========================== + * Fix deadlock in Lua scripting * Simplification to the "DatabaseWrapper" class
--- a/Resources/CMake/OrthancFrameworkParameters.cmake Tue Jul 17 13:10:46 2018 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Tue Jul 17 13:14:51 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.4.1") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning