Skip to content

Commit

Permalink
WinGup (for Notepad++) 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed May 19, 2018
1 parent 90cebf2 commit 1a7c1a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
WinGup (for Notepad++) v5.0.1 bug-fix:

1. Fix unzip bug.
2. Enhance error management in case of problem of unzip.


WinGup (for Notepad++) v5 new enhancement:

1. Add decompression and deleting capacity (2 new flags: -unzipTo -clean)
1. Add decompression and deleting capacity (2 new flags: -unzipTo -clean).
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#ifndef RESOURCE_H
#define RESOURCE_H

#define VERSION_VALUE "5.0\0"
#define VERSION_DIGITALVALUE 5, 0, 0, 0
#define VERSION_VALUE "5.01\0"
#define VERSION_DIGITALVALUE 5, 0, 1, 0

#define IDD_PROGRESS_DLG 1001
#define IDD_PROXY_DLG 1002
Expand Down

0 comments on commit 1a7c1a1

Please sign in to comment.