From e1620d1716a3c96ac27fe55301efd8032425f89d Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 3 Jun 2024 14:21:59 +0200 Subject: [PATCH] WinGUp (for Notepad++) v5.2.9 release --- src/change.log | 4 ++-- src/resource.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/change.log b/src/change.log index 480f9aae..2578dc65 100644 --- a/src/change.log +++ b/src/change.log @@ -1,4 +1,4 @@ -WinGup (for Notepad++) v5.2.8 fixed bug: +WinGup (for Notepad++) v5.2.9 fixed bug: -1. Fix updates fail behind proxies that require NTLM authentication. +1. Fix update popup dialog not indicate "Notepad++". diff --git a/src/resource.h b/src/resource.h index 94464cea..b2fbf1a0 100644 --- a/src/resource.h +++ b/src/resource.h @@ -19,8 +19,8 @@ #pragma once -#define VERSION_VALUE L"5.28\0" -#define VERSION_DIGITALVALUE 5, 2, 8, 0 +#define VERSION_VALUE L"5.29\0" +#define VERSION_DIGITALVALUE 5, 2, 9, 0 #define IDD_PROGRESS_DLG 1001 #define IDD_PROXY_DLG 1002