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

pull/5340/head
Don HO 2019-02-23 13:06:44 +01:00
parent 5085d9c95a
commit d7c942ee2f
1 changed files with 1 additions and 1 deletions

View File

@ -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