From 5de2b9e3e9231c54e5e10d26fe946e1fd50edf32 Mon Sep 17 00:00:00 2001 From: BZLZHH <69153940+BZLZHH@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:35:31 +0800 Subject: [PATCH] [Chore] (Version): bump version to 26.8 --- MobileGL/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index 7bd5b213..5784571f 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, 7, 0, "-dev", VersionType::Development}; + inline const Version CoreVersion = {26, 8, 0, "-dev", VersionType::Development}; inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true}; inline const Uint64 CacheVersion = 0;