From d7c942ee2fc46595e25371f5b189c4c45b2896fd Mon Sep 17 00:00:00 2001 From: Don HO Date: Sat, 23 Feb 2019 13:06:44 +0100 Subject: [PATCH] Fix auto-update detection issue due to wrong version number used --- PowerEditor/src/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 130c42f8..be79db47 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -31,7 +31,7 @@ // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("7.6.3\0") +#define VERSION_VALUE TEXT("7.63\0") #define VERSION_DIGITALVALUE 7, 6, 3, 0