From bc2f2d896bff871ad49ef21d30585c0820981d2f Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 5 May 2026 09:12:01 +0800 Subject: [PATCH] [Chore]: bump version to 26.05 --- MobileGL/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index cc4b166c..f6b9c340 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, 3, 0, "-dev", VersionType::Development}; + inline const Version CoreVersion = {26, 5, 0, "-dev", VersionType::Development}; inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true}; inline const Uint64 CacheVersion = 0;