File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import re
22from packaging .version import Version
33
4- VERSION = "1.2.3 "
4+ VERSION = "1.2.4 "
55MIN_AG_VERSION = "2.1.1"
66MIN_ANTIGRAVITY_VERSION = "2.3.0"
77AUTH_PATCH_SWITCH_VERSION = Version ("1.23" )
Original file line number Diff line number Diff line change 11VSVersionInfo(
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 ]
You can’t perform that action at this time.
0 commit comments