comparison Applications/StoneWebViewer/Version.cmake @ 1856:0830db74be6b StoneWebViewer-2.2

StoneWebViewer-2.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Aug 2021 17:19:50 +0200
parents cbb5c4a66160
children fae708b2d212
comparison
equal deleted inserted replaced
1855:73a4bee08bb6 1856:0830db74be6b
15 # 15 #
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 set(STONE_WEB_VIEWER_VERSION "mainline") 20 set(STONE_WEB_VIEWER_VERSION "2.2")
21 21
22 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") 22 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline")
23 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") 23 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
24 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") 24 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
25 else() 25 else()
26 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.4") 26 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.7")
27 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") 27 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
28 endif() 28 endif()