mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-04-08 17:15:37 +02:00
Fix auto-update detection issue due to wrong version number used
This commit is contained in:
parent
5085d9c95a
commit
d7c942ee2f
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user