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 21, 2022
1 parent f6ec00e commit ff645cc
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.9)
endif()

set(IRRLICHTMT_REVISION 6)
set(IRRLICHTMT_REVISION 7)

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 6
#define IRRLICHT_VERSION_MT "mt6"
#define IRRLICHT_VERSION_MT_REVISION 7
#define IRRLICHT_VERSION_MT "mt7"

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

0 comments on commit ff645cc

Please sign in to comment.