mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
15 lines
428 B
C
15 lines
428 B
C
|
|
#define VER_FILEVERSION 1, 0, 0, 0
|
|
#define VER_FILEVERSION_STR "1.0.0\0"
|
|
|
|
#define VER_PRODUCTVERSION 1, 0, 0, 0
|
|
#define VER_PRODUCTVERSION_str "1.0.0\0"
|
|
|
|
#define VER_COMPANYNAME_STR "Lywx\0"
|
|
#define VER_PRODUCTNAME_STR "Ghostship\0"
|
|
|
|
#define VER_INTERNALNAME_STR "Ghostship\0"
|
|
#define VER_ORIGINALFILENAME_STR "Ghostship.exe\0"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Ghostship - Barnard Alfa\0"
|