Patch - Increments build version number - V14.1.1

Updates the build version number in the header file.

This change reflects an iteration in the development process.
This commit is contained in:
2025-09-18 01:59:31 +02:00
parent 29db39910c
commit a3d80256f5

View File

@@ -1,8 +1,8 @@
#pragma once #pragma once
#include "imgui.h" #include "imgui.h"
#define BUILD_VERSION_MAJOR 14 #define BUILD_VERSION_MAJOR 14
#define BUILD_VERSION_MINOR 0 #define BUILD_VERSION_MINOR 1
#define BUILD_VERSION_PATCH 3 #define BUILD_VERSION_PATCH 1
// 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) // 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; extern int BUILD_VERSION_VER;