Skip to content

Commit 3fef1e8

Browse files
committed
Обновление версии до 1.2.4 в файлах constants.py и version.txt
1 parent e03c05f commit 3fef1e8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/patcher/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
from packaging.version import Version
33

4-
VERSION = "1.2.3"
4+
VERSION = "1.2.4"
55
MIN_AG_VERSION = "2.1.1"
66
MIN_ANTIGRAVITY_VERSION = "2.3.0"
77
AUTH_PATCH_SWITCH_VERSION = Version("1.23")

source/version.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 2, 3, 0),
4-
prodvers=(1, 2, 3, 0),
3+
filevers=(1, 2, 4, 0),
4+
prodvers=(1, 2, 4, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x40004,
@@ -15,12 +15,12 @@ VSVersionInfo(
1515
'040904B0',
1616
[StringStruct('CompanyName', 'avencores'),
1717
StringStruct('FileDescription', 'Open AG Patcher'),
18-
StringStruct('FileVersion', '1.2.3'),
18+
StringStruct('FileVersion', '1.2.4'),
1919
StringStruct('InternalName', 'open_ag_patcher'),
2020
StringStruct('LegalCopyright', '© 2026'),
2121
StringStruct('OriginalFilename', 'Open_AG_Patcher_Windows.exe'),
2222
StringStruct('ProductName', 'Open AG Patcher'),
23-
StringStruct('ProductVersion', '1.2.3')])
23+
StringStruct('ProductVersion', '1.2.4')])
2424
]),
2525
VarFileInfo([VarStruct('Translation', [1033, 1200])])
2626
]

0 commit comments

Comments
 (0)