Skip to content

Commit 621bf3b

Browse files
author
Kazuki Suzuki Przyborowski
committed
Version up ^_^
1 parent 0b16d93 commit 621bf3b

12 files changed

+14
-14
lines changed

altarchivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: altarchivefile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: altarchivefile.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

archivefile.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; $FileInfo: archivefile.ini - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1+
; $FileInfo: archivefile.ini - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
22

33
[config]
44
default = ArchiveFile

archivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: archivefile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: archivefile.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

checksum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: checksum.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: checksum.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: compression.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: compression.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

mkarchivefilebundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: mkbundle.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: mkbundle.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
import os

neoarchivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: neoarchivefile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: neoarchivefile.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

phparchivefile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1313
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: phparchivefile.php - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
15+
$FileInfo: phparchivefile.php - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1616
*/
1717

1818
date_default_timezone_set('UTC');

pyarchivefile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyarchivefile.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -338,8 +338,8 @@ def decode_unicode_escape(value):
338338
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
339339
__project__ = __program_name__
340340
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
341-
__version_info__ = (0, 18, 0, "RC 1", 1)
342-
__version_date_info__ = (2025, 1, 31, "RC 1", 1)
341+
__version_info__ = (0, 18, 2, "RC 1", 1)
342+
__version_date_info__ = (2025, 2, 7, "RC 1", 1)
343343
__version_date__ = str(__version_date_info__[0]) + "." + str(
344344
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
345345
__revision__ = __version_info__[3]

pyshell-old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: pyshell-old.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
16+
$FileInfo: pyshell-old.py - Last Update: 2/7/2025 Ver. 0.18.2 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

0 commit comments

Comments
 (0)