diff options
author | sfan5 <sfan5@live.de> | 2022-12-31 12:48:53 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-12-31 12:48:53 +0100 |
commit | 6377ce921db2d2f450f02f516e1317d6c7a4ae99 (patch) | |
tree | d9faaf5c164d290b96b4953939f0b4b03123c4d8 | |
parent | 89e7f72c929fbeef8ad755bc85db22ae6102787d (diff) | |
download | minetest-6377ce921db2d2f450f02f516e1317d6c7a4ae99.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 e0d060249..41d5c8707 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.0mt8) + set(TARGET_VER_S 1.9.0mt9) 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 be66833ae..39294f33d 100644 --- a/misc/irrlichtmt_tag.txt +++ b/misc/irrlichtmt_tag.txt @@ -1 +1 @@ -1.9.0mt8 +1.9.0mt9 |