Mercurial > hg > orthanc-stone
changeset 2005:cd5a998596f1 StoneWebViewer-2.4
StoneWebViewer-2.4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 02 Nov 2022 17:03:48 +0100 |
parents | 6a96a1920fd8 |
children | 862c572021de 7f1f5d46ecea |
files | Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/Version.cmake CITATION.cff |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/NEWS Wed Nov 02 15:29:01 2022 +0100 +++ b/Applications/StoneWebViewer/NEWS Wed Nov 02 17:03:48 2022 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.4 (2022-11-02) +======================== + * New types of annotations: - Text annotation - Pixel probe
--- a/Applications/StoneWebViewer/Version.cmake Wed Nov 02 15:29:01 2022 +0100 +++ b/Applications/StoneWebViewer/Version.cmake Wed Nov 02 17:03:48 2022 +0100 @@ -18,7 +18,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.4") if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/CITATION.cff Wed Nov 02 15:29:01 2022 +0100 +++ b/CITATION.cff Wed Nov 02 17:03:48 2022 +0100 @@ -17,4 +17,5 @@ repository-code: 'https://hg.orthanc-server.com/orthanc-stone/' url: 'https://www.orthanc-server.com/' license: AGPL-3.0-or-later -date-released: '2022-03-24' +version: 2.4 +date-released: 2022-11-02