1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-14 19:17:35 +01:00
ExplorerPatcher/version.h

17 lines
534 B
C
Raw Normal View History

#define VER_MAJOR 22000
2022-03-09 03:18:18 +01:00
#define VER_MINOR 556
2022-01-27 03:35:27 +01:00
#define VER_BUILD_HI 42
2022-03-13 21:55:59 +01:00
#define VER_BUILD_LO 35
#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
2022-03-13 21:55:59 +01:00
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.35"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.35"