version defines

This commit is contained in:
Waterdish
2023-10-19 15:50:29 -07:00
parent dd4f449cf1
commit 65f02aae17
+4 -4
View File
@@ -1,9 +1,9 @@
#define VER_FILEVERSION , , , 0
#define VER_FILEVERSION_STR "..\0"
#define VER_FILEVERSION 7, 1, 1, 0
#define VER_FILEVERSION_STR "7.1.1\0"
#define VER_PRODUCTVERSION , , , 0
#define VER_PRODUCTVERSION_str "..\0"
#define VER_PRODUCTVERSION 7, 1, 1, 0
#define VER_PRODUCTVERSION_str "7.1.1\0"
#define VER_COMPANYNAME_STR "github.com/harbourmasters\0"
#define VER_PRODUCTNAME_STR "Ship of Harkinian\0"