From fe771006120a9f9f5cf5ee59d0c4d17b0257de48 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Wed, 8 Oct 2025 19:50:39 +0200 Subject: [PATCH] Patch - Updates build version patch number - V14.5.27 Increments the build version patch number to reflect the latest changes. This ensures accurate version tracking for the engine. --- enginecustom/src/inc/system/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enginecustom/src/inc/system/version.h b/enginecustom/src/inc/system/version.h index 7482734..0a10458 100644 --- a/enginecustom/src/inc/system/version.h +++ b/enginecustom/src/inc/system/version.h @@ -12,7 +12,7 @@ */ #define BUILD_VERSION_MAJOR 14 #define BUILD_VERSION_MINOR 5 -#define BUILD_VERSION_PATCH 4 +#define BUILD_VERSION_PATCH 27 // BUILD_VERSION_VER est un int persisté dans un fichier, à charger au lancement et incrémenter à chaque build (voir point 3) extern int BUILD_VERSION_VER;