Skip to content

Commit 2885a42

Browse files
committed
WinGUp (for Notepad++) v5.3.6 release
1 parent 59c9938 commit 2885a42

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/change.log

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
WinGup (for Notepad++) v5.3.7 new featurs & fixed bugs:
2+
3+
1. Security enhancement: provide a comment line argument to verify the download URL.
4+
5+
16
WinGup (for Notepad++) v5.3.6 new featurs & fixed bugs:
27

38
1. Security enhancement: Make infoUrl overridable via command-line argument.

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.36\0"
23-
#define VERSION_DIGITALVALUE 5, 3, 6, 0
22+
#define VERSION_VALUE L"5.37\0"
23+
#define VERSION_DIGITALVALUE 5, 3, 7, 0
2424

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)