Skip to content

Commit 66f652d

Browse files
committed
WinGUp (for Notepad++) v5.3.4 release
1 parent 696508e commit 66f652d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/change.log

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
WinGup (for Notepad++) v5.3.3 new featurs & fixed bugs:
1+
WinGup (for Notepad++) v5.3.4 new featurs & fixed bugs:
2+
3+
1. Update cURL to v8.15.0 to fix its security issue (CVE-2025-5399).
24

3-
1. Update cURL to 8.13.0 for fixing cURL's CVE-2025-0167 issue.
4-
2. Fix misleading Never-button in YesYesSilentNoNever-dlg when no Notepad++ behind.
5-
3. Make launched silent installer to run or not to run Notepad++ after installation.

src/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
#pragma once
2121

22-
#define VERSION_VALUE L"5.33\0"
23-
#define VERSION_DIGITALVALUE 5, 3, 3, 0
22+
#define VERSION_VALUE L"5.34\0"
23+
#define VERSION_DIGITALVALUE 5, 3, 4, 0
2424

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)