Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jul 20, 2023
1 parent d7f75ae commit c311d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else()
cmake_policy(VERSION 3.11)
endif()

set(IRRLICHTMT_REVISION 11)
set(IRRLICHTMT_REVISION 12)

project(Irrlicht
VERSION 1.9.0.${IRRLICHTMT_REVISION}
Expand Down
4 changes: 2 additions & 2 deletions include/IrrCompileConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define __IRR_COMPILE_CONFIG_H_INCLUDED__

//! Identifies the IrrlichtMt fork customized for the Minetest engine
#define IRRLICHT_VERSION_MT_REVISION 11
#define IRRLICHT_VERSION_MT "mt11"
#define IRRLICHT_VERSION_MT_REVISION 12
#define IRRLICHT_VERSION_MT "mt12"

//! Irrlicht SDK Version
#define IRRLICHT_VERSION_MAJOR 1
Expand Down

0 comments on commit c311d01

Please sign in to comment.