Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Jan 16, 2025
1 parent 3d2b2e7 commit 7fce288
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion altcatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: altcatfile.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion catfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: catfile.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion checksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: checksum.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: compression.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion mkcatfilebundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: mkbundle.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

import os
Expand Down
2 changes: 1 addition & 1 deletion neocatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: neocatfile.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
4 changes: 2 additions & 2 deletions phpcatfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: phpcatfile.php - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
*/

date_default_timezone_set('UTC');
Expand All @@ -21,7 +21,7 @@
$info['project'] = $info['program_name'];
$info['project_url'] = "https://github.com/GameMaker2k/PyCatFile";
$info['version_info'] = [0, 13, 14, "RC 1", 1];
$info['version_id'] = "$Id: 2e18bc528986b4e3a49061b0588903435867f321 $";
$info['version_id'] = "$Id$";
$info['version_date_info'] = [2024, 7, 10, "RC 1", 1];
$info['version_date'] = $info['version_date_info'][0].".".str_pad($info['version_date_info'][1], 2, "-=", STR_PAD_LEFT).".".str_pad($info['version_date_info'][2], 2, "-=", STR_PAD_LEFT);
if ($info['version_info'][4] !== null) {
Expand Down
6 changes: 3 additions & 3 deletions pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: pycatfile.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down Expand Up @@ -352,8 +352,8 @@ def decode_unicode_escape(value):
'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__}
__project__ = __program_name__
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
__version_info__ = (0, 16, 2, "RC 1", 1)
__version_date_info__ = (2025, 1, 12, "RC 1", 1)
__version_info__ = (0, 16, 4, "RC 1", 1)
__version_date_info__ = (2025, 1, 15, "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]
Expand Down
2 changes: 1 addition & 1 deletion pyshell-old.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: pyshell-old.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion pyshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: pyshell.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/12/2025 Ver. 0.16.2 RC 1 - Author: cooldude2k $
$FileInfo: setup.py - Last Update: 1/15/2025 Ver. 0.16.4 RC 1 - Author: cooldude2k $
'''

import os
Expand Down

0 comments on commit 7fce288

Please sign in to comment.