Skip to content

Commit

Permalink
WinGUp (for Notepad++) v5.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 10, 2021
1 parent 1eb2628 commit 50021b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
WinGup (for Notepad++) v5.2.1 bug-fix:
WinGup (for Notepad++) v5.2.2 new feature & change:

1. Fix GUP crashes when %TEMP% is not set.
1. Update cURL from v7.56.1 to v7.79.1.
2. Add updater icon for dialogs & on taskbar.
8 changes: 3 additions & 5 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
along with GUP. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef RESOURCE_H
#define RESOURCE_H
#pragma once

#define VERSION_VALUE L"5.21\0"
#define VERSION_DIGITALVALUE 5, 2, 1, 0
#define VERSION_VALUE L"5.22\0"
#define VERSION_DIGITALVALUE 5, 2, 2, 0

#define IDD_PROGRESS_DLG 1001
#define IDD_PROXY_DLG 1002
Expand All @@ -34,4 +33,3 @@
#define IDD_UPDATE_DLG 1009
#define IDC_DOWNLOAD_LINK 1011

#endif // RESOURCE_H

0 comments on commit 50021b7

Please sign in to comment.