diff options
author | sfan5 <sfan5@live.de> | 2022-09-16 19:54:43 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-09-16 20:27:29 +0200 |
commit | 4377c03168bdb5ec7085e03f7f37f61e99768114 (patch) | |
tree | 7c92f78095d383404aab3e6dcd2da2866d446e7f | |
parent | 1e0520074c24f01a538b376377b178e0ee3d1355 (diff) | |
download | minetest-4377c03168bdb5ec7085e03f7f37f61e99768114.tar.gz minetest-4377c03168bdb5ec7085e03f7f37f61e99768114.tar.bz2 minetest-4377c03168bdb5ec7085e03f7f37f61e99768114.zip |
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 94efc4ec3..081c834f2 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 |