Skip to content

Commit 87286cb

Browse files
committed
0.21.113
1 parent 39f3d2d commit 87286cb

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

LuaSTG/LuaSTG/Custom/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 0,21,112,0
54-
PRODUCTVERSION 0,21,112,0
53+
FILEVERSION 0,21,113,0
54+
PRODUCTVERSION 0,21,113,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.112.0"
71+
VALUE "FileVersion", "0.21.113.0"
7272
VALUE "InternalName", "LuaSTG Sub"
7373
VALUE "LegalCopyright", "Copyright 2020-2025 璀境石"
7474
VALUE "OriginalFilename", "LuaSTGSub.exe"
7575
VALUE "ProductName", "LuaSTG Sub"
76-
VALUE "ProductVersion", "0.21.112.0"
76+
VALUE "ProductVersion", "0.21.113.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

LuaSTG/LuaSTG/LConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
#define LUASTG_NAME "LuaSTG"
44
#define LUASTG_BRANCH "Sub"
5-
#define LUASTG_VERSION_NAME "v0.21.112"
5+
#define LUASTG_VERSION_NAME "v0.21.113"
66
#define LUASTG_VERSION_MAJOR 0
77
#define LUASTG_VERSION_MINOR 21
8-
#define LUASTG_VERSION_PATCH 112
8+
#define LUASTG_VERSION_PATCH 113
99

1010
#define LUASTG_INFO LUASTG_NAME " " LUASTG_BRANCH " " LUASTG_VERSION_NAME
1111

LuaSTG/LuaSTG/LuaSTG.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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="ChuiKingShek.LuaSTG.Sub" version="0.21.112.0"/>
3+
<assemblyIdentity type="win32" name="ChuiKingShek.LuaSTG.Sub" version="0.21.113.0"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
55
<security>
66
<requestedPrivileges>

doc

Submodule doc updated 1 file
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"major": 0,
33
"minor": 21,
4-
"patch": 112,
4+
"patch": 113,
55
"package": "ChuiKingShek.LuaSTG.Sub",
66
"organization": "璀境石"
77
}

0 commit comments

Comments
 (0)