[Chore] (...): Use Calender Versioning.

This commit is contained in:
BZLZHH
2025-12-07 09:41:25 +08:00
parent ecc91290cb
commit 1da2550774
5 changed files with 60 additions and 11 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ namespace MobileGL {
inline const String ProjectName = "MobileGL";
inline const String CoreName = "MobileGL Core";
inline const String CoreVendor = "MobileGL-Dev";
inline const Version CoreVersion = {1, 0, 0, "-Dev"};
inline const Version CoreVersion = {25, 12, 0, "-dev", VersionType::Development};
inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true};
extern UniquePtr<RendererInfo> RendererInfoPtr;
namespace Backend {