Skip to content

Commit 438c934

Browse files
committed
WinGUp (for Notepad++) v5.3.5 release
1 parent 621f575 commit 438c934

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/change.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WinGup (for Notepad++) v5.3.5 new featurs & fixed bugs:
1+
WinGup (for Notepad++) v5.3.6 new featurs & fixed bugs:
22

3-
1. Fix no error-message when a plugin download failed.
3+
1. Security enhancement: Make infoUrl overridable via command-line argument.
44

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

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)