diff --git a/src/change.log b/src/change.log index 618240d8..49085c80 100644 --- a/src/change.log +++ b/src/change.log @@ -1,7 +1,6 @@ -GUP v4.2 bug-fix & new enhancement: +WinGup v4.3 new feature & bug-fixes: -1. Update cURL from 7.42.1 to 7.56.1 -2. Enable CURLSSLOPT_NO_REVOKE option in cURL to fix the problem that updating requires certificate support: - https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1237 -3. Fixed unwanted message displaying issue. -4. Add more tanslations. +1. Update cURL from v7.56.1 to v7.79.1 +2. Add customizable application icon (for the dialogs & on taskbar). +3. Fix percentage glitch on progress bar. +4. Fix wrong version parameter set. diff --git a/src/resource.h b/src/resource.h index 2aa9d457..e0c50e05 100644 --- a/src/resource.h +++ b/src/resource.h @@ -20,8 +20,8 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define VERSION_VALUE "4.2\0" -#define VERSION_DIGITALVALUE 4, 2, 0, 0 +#define VERSION_VALUE "4.3\0" +#define VERSION_DIGITALVALUE 4, 3, 0, 0 #define IDD_PROGRESS_DLG 1001 #define IDD_PROXY_DLG 1002