Mercurial > hg > orthanc
changeset 2777:0598e37efb52
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Jul 2018 14:06:11 +0200 |
parents | 5bdd19c85d9f (current diff) 218854b02a71 (diff) |
children | 8d8d2dbeef11 |
files | |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Jul 17 12:07:52 2018 +0200 +++ b/NEWS Tue Jul 17 14:06:11 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 12:07:52 2018 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Tue Jul 17 14:06:11 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