Skip to content

Commit 89063b8

Browse files
committed
Publish new release, fixed some accumulated issues
1 parent 5f307d3 commit 89063b8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Source/AlleyWind/AlleyWind.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#include "AlleyWind.h"
1+
#include "AlleyWind.h"
22

33
KNS_INFO stKNSInfo = {
44
KNS_NAME,
55
TRUE,
6-
{ 1, 1, 0, 21224, KNS_VERSION_GA },
6+
{ 1, 1, 0, 60225, KNS_VERSION_GA },
77
{
88
RGB(255, 140, 0),
99
IDI_APP,
@@ -51,4 +51,4 @@ DWORD Main()
5151
GDIP_Shutdown(ulpGdipToken);
5252
Exit_0:
5353
return NtTerminateProcess(CURRENT_PROCESS_HANDLE, Status);
54-
}
54+
}

Source/AlleyWind/AlleyWind.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ IDI_APP ICON "Resource\\App.ico"
282282
//
283283

284284
VS_VERSION_INFO VERSIONINFO
285-
FILEVERSION 1,1,0,21224
285+
FILEVERSION 1,1,0,60225
286286
PRODUCTVERSION 1,1,0,0
287287
FILEFLAGSMASK 0x3fL
288288
#ifdef _DEBUG
@@ -300,7 +300,7 @@ BEGIN
300300
BEGIN
301301
VALUE "CompanyName", "KNSoft (knsoft.org)"
302302
VALUE "FileDescription", "AlleyWind"
303-
VALUE "FileVersion", "1.1.0.21224"
303+
VALUE "FileVersion", "1.1.0.60225"
304304
VALUE "InternalName", "AlleyWind.exe"
305305
VALUE "LegalCopyright", "Copyright (c) 2022 KNSoft"
306306
VALUE "OriginalFilename", "AlleyWind.exe"

0 commit comments

Comments
 (0)