0.21 development start

This commit is contained in:
MihailRis
2024-03-18 18:11:11 +03:00
parent c0364d4e5a
commit 9af18717f8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
#include "typedefs.h"
inline constexpr int ENGINE_VERSION_MAJOR = 0;
inline constexpr int ENGINE_VERSION_MINOR = 20;
inline constexpr int ENGINE_VERSION_MINOR = 21;
inline constexpr bool ENGINE_VERSION_INDEV = true;
inline const std::string ENGINE_VERSION_STRING = "0.20";
inline const std::string ENGINE_VERSION_STRING = "0.21";
inline constexpr int BLOCK_AIR = 0;
inline constexpr int ITEM_EMPTY = 0;