Fix auto-update detection issue due to wrong version number used

This commit is contained in:
Don HO 2019-02-23 13:06:44 +01:00
parent 5085d9c95a
commit d7c942ee2f

View File

@ -31,7 +31,7 @@
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // 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") // 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 #define VERSION_DIGITALVALUE 7, 6, 3, 0