Skip to content

Commit 21e375c

Browse files
committed
WinGUp (for Notepad++) v5.3.1 release
1 parent 2ee34a8 commit 21e375c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/change.log

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
WinGup (for Notepad++) v5.3 fixed bug:
1+
WinGup (for Notepad++) v5.3.1 fixed bug:
22

3-
1. Add an option to update silently.
4-
2. Fix 100% download progress bar remains issue.
5-
3. More translatable items.
3+
1. Update cURL in Notepad++ updater (WinGUp) for fixing cURL's CVE-2024-7264 issue.
64

src/resource.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
#pragma once
2121

22-
#define VERSION_VALUE L"5.3\0"
23-
#define VERSION_DIGITALVALUE 5, 3, 0, 0
22+
#define VERSION_VALUE L"5.31\0"
23+
#define VERSION_DIGITALVALUE 5, 3, 1, 0
2424

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)