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

View File

@ -1,6 +1,6 @@
{ {
"id": "base", "id": "base",
"title": "Base", "title": "Base",
"version": "0.20", "version": "0.21",
"description": "basic content package" "description": "basic content package"
} }

View File

@ -6,9 +6,9 @@
#include "typedefs.h" #include "typedefs.h"
inline constexpr int ENGINE_VERSION_MAJOR = 0; 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 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 BLOCK_AIR = 0;
inline constexpr int ITEM_EMPTY = 0; inline constexpr int ITEM_EMPTY = 0;