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 Mar 5, 2023
1 parent 09e6eeb commit 1d43ea1
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 9)
set(IRRLICHTMT_REVISION 10)

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 9
#define IRRLICHT_VERSION_MT "mt9"
#define IRRLICHT_VERSION_MT_REVISION 10
#define IRRLICHT_VERSION_MT "mt10"

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

0 comments on commit 1d43ea1

Please sign in to comment.