update version to 0.23

This commit is contained in:
MihailRis
2024-08-05 20:11:37 +03:00
parent bbfbb28349
commit c7ce9a939f
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include <string>
inline constexpr int ENGINE_VERSION_MAJOR = 0;
inline constexpr int ENGINE_VERSION_MINOR = 22;
inline constexpr int ENGINE_VERSION_MINOR = 23;
#ifdef NDEBUG
inline constexpr bool ENGINE_DEBUG_BUILD = false;
@@ -15,7 +15,7 @@ inline constexpr bool ENGINE_DEBUG_BUILD = false;
inline constexpr bool ENGINE_DEBUG_BUILD = true;
#endif // NDEBUG
inline const std::string ENGINE_VERSION_STRING = "0.22";
inline const std::string ENGINE_VERSION_STRING = "0.23";
inline constexpr blockid_t BLOCK_AIR = 0;
inline constexpr itemid_t ITEM_EMPTY = 0;