From 8b82fd38dfb0c4a2e2428ed56086c1e8b5a8c763 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Sun, 26 Jan 2025 14:01:41 -0600 Subject: [PATCH] Version update --- altcatfile.py | 2 +- catfile.ini | 2 +- catfile.py | 2 +- checksum.py | 2 +- compression.py | 2 +- mkcatfilebundle.py | 2 +- neocatfile.py | 2 +- phpcatfile.php | 2 +- pycatfile.py | 8 ++++---- pyshell-old.py | 2 +- pyshell.py | 2 +- setup.py | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/altcatfile.py b/altcatfile.py index 105b060..44532f8 100644 --- a/altcatfile.py +++ b/altcatfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: altcatfile.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: altcatfile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/catfile.ini b/catfile.ini index c6cfe05..a484bff 100644 --- a/catfile.ini +++ b/catfile.ini @@ -1,4 +1,4 @@ -; $FileInfo: catfile.ini - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ +; $FileInfo: catfile.ini - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ [config] default = CatFile diff --git a/catfile.py b/catfile.py index 4d57572..b4393aa 100755 --- a/catfile.py +++ b/catfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: catfile.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: catfile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/checksum.py b/checksum.py index 0c07d47..4db2d28 100755 --- a/checksum.py +++ b/checksum.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: checksum.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: checksum.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/compression.py b/compression.py index 7c669e3..e20c259 100755 --- a/compression.py +++ b/compression.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: compression.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: compression.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/mkcatfilebundle.py b/mkcatfilebundle.py index 9a1bdd8..50290a3 100755 --- a/mkcatfilebundle.py +++ b/mkcatfilebundle.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: mkbundle.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: mkbundle.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' import os diff --git a/neocatfile.py b/neocatfile.py index b6c26b3..e025948 100755 --- a/neocatfile.py +++ b/neocatfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: neocatfile.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: neocatfile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/phpcatfile.php b/phpcatfile.php index a45a65d..e5ff339 100755 --- a/phpcatfile.php +++ b/phpcatfile.php @@ -12,7 +12,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: phpcatfile.php - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: phpcatfile.php - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ */ date_default_timezone_set('UTC'); diff --git a/pycatfile.py b/pycatfile.py index bb952f9..baf38a8 100755 --- a/pycatfile.py +++ b/pycatfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pycatfile.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: pycatfile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes @@ -344,12 +344,12 @@ def decode_unicode_escape(value): __file_format_dict__ = __file_format_multi_dict__[__file_format_default__] __project__ = __program_name__ __project_url__ = "https://github.com/GameMaker2k/PyCatFile" -__version_info__ = (0, 17, 2, "RC 1", 1) -__version_date_info__ = (2025, 1, 24, "RC 1", 1) +__version_info__ = (0, 17, 4, "RC 1", 1) +__version_date_info__ = (2025, 1, 26, "RC 1", 1) __version_date__ = str(__version_date_info__[0]) + "." + str( __version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2) __revision__ = __version_info__[3] -__revision_id__ = "$Id: af35b5794147adcfb397ca7e5c0e946262164e25 $" +__revision_id__ = "$Id$" if(__version_info__[4] is not None): __version_date_plusrc__ = __version_date__ + \ "-" + str(__version_date_info__[4]) diff --git a/pyshell-old.py b/pyshell-old.py index fdbdbd5..bd564b6 100755 --- a/pyshell-old.py +++ b/pyshell-old.py @@ -13,7 +13,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pyshell-old.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell-old.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/pyshell.py b/pyshell.py index 754f4a3..429f413 100755 --- a/pyshell.py +++ b/pyshell.py @@ -13,7 +13,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pyshell.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes diff --git a/setup.py b/setup.py index 9fa0ef6..d2c2dd4 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ Copyright 2016-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2016-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: setup.py - Last Update: 1/24/2025 Ver. 0.17.2 RC 1 - Author: cooldude2k $ + $FileInfo: setup.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $ ''' import os