1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 11:08:41 +01:00
ExplorerPatcher/version.h

17 lines
534 B
C
Raw Normal View History

2022-10-03 00:19:27 +03:00
#define VER_MAJOR 22621
2023-07-26 16:20:42 +03:00
#define VER_MINOR 1992
#define VER_BUILD_HI 56
2023-08-23 18:06:23 +03:00
#define VER_BUILD_LO 3
#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-08-23 18:06:23 +03:00
#define VER_FILE_STRING VALUE "FileVersion", "22621.1992.56.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.56.3"