diff --git a/enginecustom/src/inc/system/version.h b/enginecustom/src/inc/system/version.h index 9e25a8b..66e6a1a 100644 --- a/enginecustom/src/inc/system/version.h +++ b/enginecustom/src/inc/system/version.h @@ -1,8 +1,8 @@ #pragma once #include "imgui.h" #define BUILD_VERSION_MAJOR 14 -#define BUILD_VERSION_MINOR 0 -#define BUILD_VERSION_PATCH 3 +#define BUILD_VERSION_MINOR 1 +#define BUILD_VERSION_PATCH 1 // 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;