Skip to content

Commit a527d91

Browse files
author
Joshua Thomas Przyborowski
authored
Add files via upload
1 parent 0e0531b commit a527d91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pycatfile.py

Lines changed: 4 additions & 4 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: 12/21/2024 Ver. 0.15.14 RC 1 - Author: cooldude2k $
17+
$FileInfo: pycatfile.py - Last Update: 12/25/2024 Ver. 0.15.16 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -314,12 +314,12 @@ def decode_unicode_escape(value):
314314
'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__}
315315
__project__ = __program_name__
316316
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
317-
__version_info__ = (0, 15, 14, "RC 1", 1)
318-
__version_date_info__ = (2024, 12, 21, "RC 1", 1)
317+
__version_info__ = (0, 15, 16, "RC 1", 1)
318+
__version_date_info__ = (2024, 12, 25, "RC 1", 1)
319319
__version_date__ = str(__version_date_info__[0]) + "." + str(
320320
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
321321
__revision__ = __version_info__[3]
322-
__revision_id__ = "$Id: 595e4e74c4d8fee00f8346ac493e1dc9fea652a2 $"
322+
__revision_id__ = "$Id$"
323323
if(__version_info__[4] is not None):
324324
__version_date_plusrc__ = __version_date__ + \
325325
"-" + str(__version_date_info__[4])

0 commit comments

Comments
 (0)