diff --git a/src/change.log b/src/change.log index 2578dc65..5af309ac 100644 --- a/src/change.log +++ b/src/change.log @@ -1,4 +1,6 @@ -WinGup (for Notepad++) v5.2.9 fixed bug: +WinGup (for Notepad++) v5.3 fixed bug: -1. Fix update popup dialog not indicate "Notepad++". +1. Add an option to update silently. +2. Fix 100% download progress bar remains issue. +3. More translatable items. diff --git a/src/resource.h b/src/resource.h index b2fbf1a0..c2614893 100644 --- a/src/resource.h +++ b/src/resource.h @@ -19,8 +19,8 @@ #pragma once -#define VERSION_VALUE L"5.29\0" -#define VERSION_DIGITALVALUE 5, 2, 9, 0 +#define VERSION_VALUE L"5.3\0" +#define VERSION_DIGITALVALUE 5, 3, 0, 0 #define IDD_PROGRESS_DLG 1001 #define IDD_PROXY_DLG 1002