Skip to content

Commit 326e168

Browse files
chore(release): bump version to 2026.1.5b4 [skip ci]
1 parent 2536498 commit 326e168

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

file_version_info.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(2026, 1, 5, 50),
10-
prodvers=(2026, 1, 5, 50),
9+
filevers=(2026, 1, 5, 51),
10+
prodvers=(2026, 1, 5, 51),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,7 +31,7 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'FaserF'),
3333
StringStruct('FileDescription', 'SwitchCraft - Advanced Silent Switch & Packaging Tool'),
34-
StringStruct(u'FileVersion', u'2026.1.5.50'),
34+
StringStruct(u'FileVersion', u'2026.1.5.51'),
3535
StringStruct('InternalName', 'SwitchCraft'),
3636
StringStruct('LegalCopyright', 'Copyright (c) 2026 FaserF'),
3737
StringStruct('OriginalFilename', 'SwitchCraft.exe'),

switchcraft.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MyAppVersionNumeric "2026.1.5"
1313
#endif
1414
#ifndef MyAppVersionInfo
15-
#define MyAppVersionInfo "2026.1.5.50"
15+
#define MyAppVersionInfo "2026.1.5.51"
1616
#endif
1717
#define MyAppPublisher "FaserF"
1818
#define MyAppURL "https://github.com/FaserF/SwitchCraft"

switchcraft_legacy.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MyAppVersionNumeric "2026.1.5"
1313
#endif
1414
#ifndef MyAppVersionInfo
15-
#define MyAppVersionInfo "2026.1.5.50"
15+
#define MyAppVersionInfo "2026.1.5.51"
1616
#endif
1717
#define MyAppPublisher "FaserF"
1818
#define MyAppURL "https://github.com/FaserF/SwitchCraft"

0 commit comments

Comments
 (0)