From 850d363cacc5a633857ac5f0cf27de989cb2485c Mon Sep 17 00:00:00 2001 From: BZLZHH <69153940+BZLZHH@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:22:23 +0800 Subject: [PATCH] [Chore] (Config): Bump version to 26.02 --- MobileGL/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index a789782c..b80440a1 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -15,7 +15,7 @@ namespace MobileGL { 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, 1, 0, "-dev", VersionType::Development}; + inline const Version CoreVersion = {26, 2, 0, "-dev", VersionType::Development}; inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true}; extern UniquePtr RendererInfoPtr; @@ -28,4 +28,4 @@ namespace MobileGL { } } // namespace Backend } // namespace MG_Config -} // namespace MobileGL \ No newline at end of file +} // namespace MobileGL