diff --git a/src/change.log b/src/change.log index 0a17ca78..606a592d 100644 --- a/src/change.log +++ b/src/change.log @@ -1,4 +1,3 @@ -WinGup (for Notepad++) v5.2.2 new feature & change: +WinGup (for Notepad++) v5.2.3 new feature: -1. Update cURL from v7.56.1 to v7.79.1. -2. Add updater icon for dialogs & on taskbar. +1. Show current and new version on update dialog diff --git a/src/resource.h b/src/resource.h index dbc5dd01..63045659 100644 --- a/src/resource.h +++ b/src/resource.h @@ -19,8 +19,8 @@ #pragma once -#define VERSION_VALUE L"5.22\0" -#define VERSION_DIGITALVALUE 5, 2, 2, 0 +#define VERSION_VALUE L"5.23\0" +#define VERSION_DIGITALVALUE 5, 2, 3, 0 #define IDD_PROGRESS_DLG 1001 #define IDD_PROXY_DLG 1002