From 57ea8ba06d52f8b644e1b712d35207155006e1a5 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 13 Mar 2022 01:28:58 +0100 Subject: [PATCH] WinGUp (for Notepad++) v5.2.3 release --- src/change.log | 5 ++--- src/resource.h | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) 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