From 65f02aae17e479c8db9fe8877c2222e76ccfea04 Mon Sep 17 00:00:00 2001 From: Waterdish Date: Thu, 19 Oct 2023 15:50:29 -0700 Subject: [PATCH] version defines --- app/jni/src/soh/properties.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"