begin the 0.29 development
This commit is contained in:
parent
00c7c986bb
commit
f90e1b3321
@ -1,6 +1,8 @@
|
||||
# Documentation
|
||||
|
||||
Documentation for release 0.28.
|
||||
Documentation for 0.29 (in-development).
|
||||
|
||||
[Documentation for release 0.28](https://github.com/MihailRis/voxelcore/blob/release-0.28/doc/en/main-page.md)
|
||||
|
||||
## Sections
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
# Документация
|
||||
|
||||
Документация версии 0.28.
|
||||
Документация версии 0.29 (в разработке).
|
||||
|
||||
[Документация версии 0.28](https://github.com/MihailRis/voxelcore/blob/release-0.28/doc/ru/main-page.md)
|
||||
|
||||
## Разделы
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "base",
|
||||
"title": "Base",
|
||||
"version": "0.28",
|
||||
"version": "0.29",
|
||||
"description": "basic content package"
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
|
||||
inline constexpr int ENGINE_VERSION_MAJOR = 0;
|
||||
inline constexpr int ENGINE_VERSION_MINOR = 28;
|
||||
inline constexpr int ENGINE_VERSION_MINOR = 29;
|
||||
|
||||
#ifdef NDEBUG
|
||||
inline constexpr bool ENGINE_DEBUG_BUILD = false;
|
||||
@ -14,7 +14,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.28";
|
||||
inline const std::string ENGINE_VERSION_STRING = "0.29";
|
||||
|
||||
/// @brief world regions format version
|
||||
inline constexpr uint REGION_FORMAT_VERSION = 3;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user