diff --git a/app/jni/src/soh/properties.h b/app/jni/src/soh/properties.h index 8e526fb..2ce7b7c 100644 --- a/app/jni/src/soh/properties.h +++ b/app/jni/src/soh/properties.h @@ -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"