1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00
ExplorerPatcher/version.h

17 lines
534 B
C
Raw Normal View History

2022-10-02 23:19:27 +02:00
#define VER_MAJOR 22621
2023-09-23 02:47:14 +02:00
#define VER_MINOR 2283
#define VER_BUILD_HI 57
2023-09-23 06:51:43 +02:00
#define VER_BUILD_LO 2
#define VER_FLAGS VS_FF_PRERELEASE
// The Binary form of the version numbers
#define VER_FILE VER_MAJOR, VER_MINOR, VER_BUILD_HI, VER_BUILD_LO
#define VER_PRODUCT VER_MAJOR, VER_MINOR, VER_BUILD_HI, VER_BUILD_LO
#define VER_STR(arg) #arg
// The String form of the version numbers
2023-09-23 06:51:43 +02:00
#define VER_FILE_STRING VALUE "FileVersion", "22621.2283.57.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2283.57.2"