diff options
author | sfan5 <sfan5@live.de> | 2022-09-16 19:54:43 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-09-16 19:54:59 +0200 |
commit | a428a0cf37581a35f9c4f81c2e71633e6cc3dbb9 (patch) | |
tree | 23fd6664d832bf473d79a828743976233adfcf9a | |
parent | 942891787028d0cbce226c2af0536a18d5a37df2 (diff) | |
download | minetest-a428a0cf37581a35f9c4f81c2e71633e6cc3dbb9.tar.xz |
Bump used IrrlichtMt version
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | misc/irrlichtmt_tag.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8756dddf5..2681f8259 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ if(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt) endif() message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}") - set(TARGET_VER_S 1.9.0mt7) + set(TARGET_VER_S 1.9.0mt8) string(REPLACE "mt" "." TARGET_VER ${TARGET_VER_S}) if(IrrlichtMt_VERSION VERSION_LESS ${TARGET_VER}) message(FATAL_ERROR "At least IrrlichtMt ${TARGET_VER_S} is required to build") diff --git a/misc/irrlichtmt_tag.txt b/misc/irrlichtmt_tag.txt index 2684ddfde..be66833ae 100644 --- a/misc/irrlichtmt_tag.txt +++ b/misc/irrlichtmt_tag.txt @@ -1 +1 @@ -1.9.0mt7 +1.9.0mt8 |