From fc3a7cd5f1df690cb11e1a40a33d20d060d438dd Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 3 Mar 2026 10:50:24 +0800 Subject: [PATCH] [Chore] (Config): Bump version to 26.03 --- MobileGL/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index c1308b37..cc4b166c 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -14,7 +14,7 @@ namespace MobileGL::MG_Config { inline const String ProjectName = "MobileGL"; inline const String CoreName = "MobileGL Core"; inline const String CoreVendor = "MobileGL-Dev (BZLZHH, Swung0x48, Tungsten)"; - inline const Version CoreVersion = {26, 2, 0, "-dev", VersionType::Development}; + inline const Version CoreVersion = {26, 3, 0, "-dev", VersionType::Development}; inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true}; inline const Uint64 CacheVersion = 0;