Skip to content

Commit 4377c03

Browse files
committed
Bump used IrrlichtMt version
1 parent 1e05200 commit 4377c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
127127
endif()
128128
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
129129

130-
set(TARGET_VER_S 1.9.0mt7)
130+
set(TARGET_VER_S 1.9.0mt8)
131131
string(REPLACE "mt" "." TARGET_VER ${TARGET_VER_S})
132132
if(IrrlichtMt_VERSION VERSION_LESS ${TARGET_VER})
133133
message(FATAL_ERROR "At least IrrlichtMt ${TARGET_VER_S} is required to build")

misc/irrlichtmt_tag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0mt7
1+
1.9.0mt8

0 commit comments

Comments
 (0)