Skip to content

Commit 22e7105

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pycatfile.py
1 parent a835418 commit 22e7105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pycatfile.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: pycatfile.py - Last Update: 11/23/2024 Ver. 0.14.12 RC 1 - Author: cooldude2k $
17+
$FileInfo: pycatfile.py - Last Update: 12/3/2024 Ver. 0.14.14 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -303,8 +303,8 @@ def decode_unicode_escape(value):
303303
'format_delimiter': __file_format_delimiter__, 'format_ver': __file_format_ver__, 'new_style': __use_new_style__, 'use_advanced_list': __use_advanced_list__, 'use_alt_inode': __use_alt_inode__}
304304
__project__ = __program_name__
305305
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
306-
__version_info__ = (0, 14, 12, "RC 1", 1)
307-
__version_date_info__ = (2024, 23, 17, "RC 1", 1)
306+
__version_info__ = (0, 14, 14, "RC 1", 1)
307+
__version_date_info__ = (2024, 12, 3, "RC 1", 1)
308308
__version_date__ = str(__version_date_info__[0]) + "." + str(
309309
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
310310
__revision__ = __version_info__[3]

0 commit comments

Comments
 (0)