Skip to content

Commit

Permalink
WinGUp (for Notepad++) v5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Jul 2, 2024
1 parent c946c99 commit 97187c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/change.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
WinGup (for Notepad++) v5.2.9 fixed bug:
WinGup (for Notepad++) v5.3 fixed bug:

1. Fix update popup dialog not indicate "Notepad++".
1. Add an option to update silently.
2. Fix 100% download progress bar remains issue.
3. More translatable items.

4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#pragma once

#define VERSION_VALUE L"5.29\0"
#define VERSION_DIGITALVALUE 5, 2, 9, 0
#define VERSION_VALUE L"5.3\0"
#define VERSION_DIGITALVALUE 5, 3, 0, 0

#define IDD_PROGRESS_DLG 1001
#define IDD_PROXY_DLG 1002
Expand Down

0 comments on commit 97187c6

Please sign in to comment.