From 09a9297dfc6b3044d8990370144421eebbcbeab7 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Sun, 3 Mar 2024 14:35:32 -0600 Subject: [PATCH] Add files via upload --- catfile.py | 2 +- checksum.py | 2 +- compression.py | 2 +- mkcatfilebundle.py | 2 +- phpcatfile.php | 6 +++--- pycatfile.py | 6 +++--- pyshell-old.py | 2 +- pyshell.py | 2 +- setup.py | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/catfile.py b/catfile.py index 6904d55..4f93871 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: catfile.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/checksum.py b/checksum.py index 4df6f1c..7a1e8ee 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: checksum.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/compression.py b/compression.py index 279698c..ec2a634 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: compression.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/mkcatfilebundle.py b/mkcatfilebundle.py index 284e38f..a2a7803 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: mkbundle.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' import os, sys, shutil, subprocess, tempfile, subprocess, platform; diff --git a/phpcatfile.php b/phpcatfile.php index 0bb1c32..5ebaaf9 100644 --- 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: phpcatfile.php - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ */ date_default_timezone_set('UTC'); @@ -20,9 +20,9 @@ $info['program_name'] = "PHPCatFile"; $info['project'] = $info['program_name']; $info['project_url'] = "https://github.com/GameMaker2k/PyCatFile"; -$info['version_info'] = array(0 => 0, 1 => 2, 2 => 0, 3 => "RC 1", 4 => 1); +$info['version_info'] = array(0 => 0, 1 => 3, 2 => 0, 3 => "RC 1", 4 => 1); $info['version_id'] = "$Id$"; -$info['version_date_info'] = array(0 => 2024, 1 => 3, 2 => 1, 3 => "RC 1", 1); +$info['version_date_info'] = array(0 => 2024, 1 => 3, 2 => 3, 3 => "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) { $info['version_date_plusrc'] = $info['version_date']."-".$info['version_date_info'][4]; } diff --git a/pycatfile.py b/pycatfile.py index 4af8164..4994492 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: pycatfile.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; @@ -125,8 +125,8 @@ __file_format_list__ = [__file_format_name__, __file_format_lower__, __file_format_len__, __file_format_hex__, __file_format_delimiter__, __file_format_ver__]; __project__ = __program_name__; __project_url__ = "https://github.com/GameMaker2k/PyCatFile"; -__version_info__ = (0, 2, 0, "RC 1", 1); -__version_date_info__ = (2024, 3, 1, "RC 1", 1); +__version_info__ = (0, 3, 0, "RC 1", 1); +__version_date_info__ = (2024, 3, 3, "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$"; diff --git a/pyshell-old.py b/pyshell-old.py index 289d53f..cbb11e4 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell-old.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' from __future__ import print_function diff --git a/pyshell.py b/pyshell.py index f485c21..e2bbc5e 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' from __future__ import division, absolute_import, print_function; diff --git a/setup.py b/setup.py index d4241c4..f3e4463 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: 3/1/2024 Ver. 0.2.0 RC 1 - Author: cooldude2k $ + $FileInfo: setup.py - Last Update: 3/3/2024 Ver. 0.3.0 RC 1 - Author: cooldude2k $ ''' import os, re, sys, pkg_resources;