Mercurial > hg > orthanc-stone
changeset 1852:5ead1852095a StoneWebViewer-2.1
StoneWebViewer-2.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Jun 2021 16:26:47 +0200 |
parents | 739a69562826 |
children | cbb5c4a66160 ed2c704b1119 |
files | Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/Version.cmake |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/NEWS Tue Jun 29 14:25:58 2021 +0200 +++ b/Applications/StoneWebViewer/NEWS Tue Jun 29 16:26:47 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.1 (2021-06-29) +======================== + * New configuration options: - "DownloadDicomDir" to download archives containing DICOMDIR instead of a human-readable hierarchy of folders
--- a/Applications/StoneWebViewer/Version.cmake Tue Jun 29 14:25:58 2021 +0200 +++ b/Applications/StoneWebViewer/Version.cmake Tue Jun 29 16:26:47 2021 +0200 @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -set(STONE_WEB_VIEWER_VERSION "mainline") +set(STONE_WEB_VIEWER_VERSION "2.1") if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")