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 Jan 17, 2024
1 parent 3452857 commit bdcd27a
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)

set(IRRLICHTMT_REVISION 13)
set(IRRLICHTMT_REVISION 14)

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 @@ -5,8 +5,8 @@
#pragma once

//! Identifies the IrrlichtMt fork customized for the Minetest engine
#define IRRLICHT_VERSION_MT_REVISION 13
#define IRRLICHT_VERSION_MT "mt13"
#define IRRLICHT_VERSION_MT_REVISION 14
#define IRRLICHT_VERSION_MT "mt14"

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

0 comments on commit bdcd27a

Please sign in to comment.