From 9af18717f8d9f344306c2edc6d76a6502c55038d Mon Sep 17 00:00:00 2001 From: MihailRis Date: Mon, 18 Mar 2024 18:11:11 +0300 Subject: [PATCH] 0.21 development start --- res/content/base/package.json | 2 +- src/constants.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/content/base/package.json b/res/content/base/package.json index 7da43458..db620a3d 100644 --- a/res/content/base/package.json +++ b/res/content/base/package.json @@ -1,6 +1,6 @@ { "id": "base", "title": "Base", - "version": "0.20", + "version": "0.21", "description": "basic content package" } diff --git a/src/constants.h b/src/constants.h index 8556d7e3..8edca7d6 100644 --- a/src/constants.h +++ b/src/constants.h @@ -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;