From 1a7c1a1d6b338dddc40d0dc638146f711b07adc7 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 20 May 2018 00:38:24 +0200 Subject: [PATCH] WinGup (for Notepad++) 5.0.1 release --- src/change.log | 8 +++++++- src/resource.h | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/change.log b/src/change.log index 0bb0d8d7..dfa0c06b 100644 --- a/src/change.log +++ b/src/change.log @@ -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) \ No newline at end of file +1. Add decompression and deleting capacity (2 new flags: -unzipTo -clean). \ No newline at end of file diff --git a/src/resource.h b/src/resource.h index a1a39b6a..f4d22c36 100644 --- a/src/resource.h +++ b/src/resource.h @@ -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