Mercurial > hg > orthanc-stone
annotate Applications/StoneWebViewer/Version.cmake @ 2158:fd142a352480 StoneWebViewer-2.5
closing StoneWebViewer-2.5
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 27 Sep 2024 22:32:55 +0200 |
parents | e24e93418061 |
children | 8ff083f67628 |
rev | line source |
---|---|
1731 | 1 # Stone of Orthanc |
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics | |
3 # Department, University Hospital of Liege, Belgium | |
1871
7053b8a0aaec
upgrade to year 2022
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1870
diff
changeset
|
4 # Copyright (C) 2017-2022 Osimis S.A., Belgium |
7053b8a0aaec
upgrade to year 2022
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1870
diff
changeset
|
5 # Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium |
1731 | 6 # |
7 # This program is free software: you can redistribute it and/or | |
8 # modify it under the terms of the GNU Affero General Public License | |
9 # as published by the Free Software Foundation, either version 3 of | |
10 # the License, or (at your option) any later version. | |
11 # | |
12 # This program is distributed in the hope that it will be useful, but | |
13 # WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
15 # Affero General Public License for more details. | |
16 # | |
17 # You should have received a copy of the GNU Affero General Public License | |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | |
20 | |
2024
e24e93418061
StoneWebViewer-2.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2006
diff
changeset
|
21 set(STONE_WEB_VIEWER_VERSION "2.5") |
1731 | 22 |
23 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") | |
24 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") | |
25 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") | |
26 else() | |
1956
1e5ba130f041
move to Orthanc framework 1.11.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1929
diff
changeset
|
27 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.11.2") |
1731 | 28 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") |
29 endif() |