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