1414 Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515 Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17- $FileInfo: pyarchivefile.py - Last Update: 3/7 /2025 Ver. 0.19.4 RC 1 - Author: cooldude2k $
17+ $FileInfo: pyarchivefile.py - Last Update: 8/14 /2025 Ver. 0.19.6 RC 1 - Author: cooldude2k $
1818'''
1919
2020from __future__ import absolute_import , division , print_function , unicode_literals , generators , with_statement , nested_scopes
@@ -339,8 +339,8 @@ def decode_unicode_escape(value):
339339__file_format_dict__ = __file_format_multi_dict__ [__file_format_default__ ]
340340__project__ = __program_name__
341341__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
342- __version_info__ = (0 , 19 , 4 , "RC 1" , 1 )
343- __version_date_info__ = (2025 , 3 , 7 , "RC 1" , 1 )
342+ __version_info__ = (0 , 19 , 6 , "RC 1" , 1 )
343+ __version_date_info__ = (2025 , 8 , 14 , "RC 1" , 1 )
344344__version_date__ = str (__version_date_info__ [0 ]) + "." + str (
345345 __version_date_info__ [1 ]).zfill (2 ) + "." + str (__version_date_info__ [2 ]).zfill (2 )
346346__revision__ = __version_info__ [3 ]
@@ -354,8 +354,7 @@ def decode_unicode_escape(value):
354354 __version__ = str (__version_info__ [0 ]) + "." + str (__version_info__ [
355355 1 ]) + "." + str (__version_info__ [2 ]) + " " + str (__version_info__ [3 ])
356356if (__version_info__ [3 ] is None ):
357- __version__ = str (__version_info__ [
358- 0 ]) + "." + str (__version_info__ [1 ]) + "." + str (__version_info__ [2 ])
357+ __version__ = str (__version_info__ [0 ]) + "." + str (__version_info__ [1 ]) + "." + str (__version_info__ [2 ])
359358
360359PyBitness = platform .architecture ()
361360if (PyBitness == "32bit" or PyBitness == "32" ):
0 commit comments