Patch - Updates build version to 14.5.4 - V14.5.4
Updates the major, minor, and patch version numbers. This reflects the latest iteration of the software, keeping the version information current.
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
#pragma once
|
||||
#include "imgui.h"
|
||||
/**
|
||||
* Definitions for build versioning.
|
||||
* The build version is composed of:
|
||||
* - Major version (BUILD_VERSION_MAJOR)
|
||||
* - Minor version (BUILD_VERSION_MINOR)
|
||||
* - Patch version (BUILD_VERSION_PATCH)
|
||||
* - Build number (BUILD_VERSION_VER) which is incremented at each build.
|
||||
* - Build type (BUILD_VERSION_TYPE) which can be "Debug" or "Release"
|
||||
* - Build state (BUILD_VERSION_STATE) which can be "Dev" or "Stable"
|
||||
*/
|
||||
#define BUILD_VERSION_MAJOR 14
|
||||
#define BUILD_VERSION_MINOR 1
|
||||
#define BUILD_VERSION_PATCH 1
|
||||
#define BUILD_VERSION_MINOR 5
|
||||
#define BUILD_VERSION_PATCH 4
|
||||
|
||||
// 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