[EngineConfig] Changed to 0.0.10.

This commit is contained in:
Quentin Bazin 2021-05-22 21:16:05 +02:00
parent 451fc714ed
commit 127d20009e

View File

@ -36,7 +36,7 @@ namespace {
constexpr unsigned char VERSION_MAJOR = 0;
constexpr unsigned char VERSION_MINOR = 0;
constexpr unsigned char VERSION_PATCH = 10;
constexpr const char *VERSION_SUFFIX = "pre8";
constexpr const char *VERSION_SUFFIX = "";
constexpr float DIST_NEAR = 0.1f;
constexpr float DIST_FAR = 1000.0f;