File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5050//
5151
5252VS_VERSION_INFO VERSIONINFO
53- FILEVERSION 0,21,0 ,0
54- PRODUCTVERSION 0,21,0 ,0
53+ FILEVERSION 0,21,1 ,0
54+ PRODUCTVERSION 0,21,1 ,0
5555 FILEFLAGSMASK 0x3fL
5656#ifdef _DEBUG
5757 FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868 BEGIN
6969 VALUE "CompanyName", "璀境石"
7070 VALUE "FileDescription", "LuaSTG Sub"
71- VALUE "FileVersion", "0.21.0 .0"
71+ VALUE "FileVersion", "0.21.1 .0"
7272 VALUE "InternalName", "LuaSTG Sub"
7373 VALUE "LegalCopyright", "Copyright 2020-2024 璀境石"
7474 VALUE "OriginalFilename", "LuaSTGSub.exe"
7575 VALUE "ProductName", "LuaSTG Sub"
76- VALUE "ProductVersion", "0.21.0 .0"
76+ VALUE "ProductVersion", "0.21.1 .0"
7777 END
7878 END
7979 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 22
33#define LUASTG_NAME "LuaSTG"
44#define LUASTG_BRANCH "Sub"
5- #define LUASTG_VERSION_NAME "v0.21.0 "
5+ #define LUASTG_VERSION_NAME "v0.21.1 "
66#define LUASTG_VERSION_MAJOR 0
77#define LUASTG_VERSION_MINOR 21
8- #define LUASTG_VERSION_PATCH 0
8+ #define LUASTG_VERSION_PATCH 1
99
1010#define LUASTG_INFO LUASTG_NAME " " LUASTG_BRANCH " " LUASTG_VERSION_NAME
1111
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3" >
3- <assemblyIdentity type =" win32" name =" CeoiGingSek .LuaSTG.Sub" version =" 0.21.0 .0" />
3+ <assemblyIdentity type =" win32" name =" ChuiKingShek .LuaSTG.Sub" version =" 0.21.1 .0" />
44 <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v3" >
55 <security >
66 <requestedPrivileges >
Original file line number Diff line number Diff line change 22local version = {
33 major = 0 ,
44 minor = 21 ,
5- patch = 0 ,
5+ patch = 1 ,
66}
77
88local utf8_bom = " \xEF\xBB\xBF "
248248--[[
249249<?xml version="1.0" encoding="utf-8"?>
250250<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
251- <assemblyIdentity type="win32" name="CeoiGingSek .LuaSTG.Sub" version="1.0.0.0"/>
251+ <assemblyIdentity type="win32" name="ChuiKingShek .LuaSTG.Sub" version="1.0.0.0"/>
252252 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
253253 <security>
254254 <requestedPrivileges>
293293
294294local manifest_fmt = [[ <?xml version="1.0" encoding="utf-8"?>
295295<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
296- <assemblyIdentity type="win32" name="CeoiGingSek .LuaSTG.Sub" version="%s"/>
296+ <assemblyIdentity type="win32" name="ChuiKingShek .LuaSTG.Sub" version="%s"/>
297297 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
298298 <security>
299299 <requestedPrivileges>
You can’t perform that action at this time.
0 commit comments