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.
This commit is contained in:
2025-10-08 19:50:39 +02:00
parent 985e4de77d
commit fe77100612

View File

@@ -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<73> dans un fichier, <20> charger au lancement et incr<63>menter <20> chaque build (voir point 3)
extern int BUILD_VERSION_VER;