From bf74830f93a7787c0e5e8c759c1e902b9eff198d Mon Sep 17 00:00:00 2001 From: Aleks Margarian Date: Fri, 19 Jun 2020 14:29:52 -0700 Subject: [PATCH] Version 1.4 - Separated each language's locale data (tiny memory improvement) - More logging when starting up to help debug errors - Updated Japanese translation error - Fix "missing uproject file" error - Fix deadlock when updating the game - Decreased CPU usage by making stats only update once per second - Added a splash screen so you can tell that EGL2 is actual starting up and if it crashes - Added an update checker system to notify if your EGL2 is out of date --- gui/versioninfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/versioninfo.h b/gui/versioninfo.h index c42cf55..4da52c5 100644 --- a/gui/versioninfo.h +++ b/gui/versioninfo.h @@ -1,8 +1,8 @@ #pragma once #define VERSION_MAJOR 1 -#define VERSION_MINOR 3 -#define VERSION_PATCH 2 +#define VERSION_MINOR 4 +#define VERSION_PATCH 0 #define STR_INDIR(x) #x #define STR(x) STR_INDIR(x)