comparison Applications/StoneWebViewer/Version.cmake @ 2024:e24e93418061 StoneWebViewer-2.5

StoneWebViewer-2.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Dec 2022 08:15:09 +0100
parents 862c572021de
children 8ff083f67628
comparison
equal deleted inserted replaced
2023:e0b7b2a8b914 2024:e24e93418061
16 # 16 #
17 # You should have received a copy of the GNU Affero General Public License 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/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 set(STONE_WEB_VIEWER_VERSION "mainline") 21 set(STONE_WEB_VIEWER_VERSION "2.5")
22 22
23 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") 23 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline")
24 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") 24 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
25 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") 25 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
26 else() 26 else()