From 97187c6f35dcce65b5e26a1adc002fb566cde71f Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 2 Jul 2024 18:25:28 +0200 Subject: [PATCH] WinGUp (for Notepad++) v5.3 release --- src/change.log | 6 ++++-- src/resource.h | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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