Skip to content

Commit ef38348

Browse files
authored
Add files via upload
1 parent 5130f31 commit ef38348

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

foxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2026 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2026 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: foxfile.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: foxfile.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

foxfile_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2018-2026 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2018-2026 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: foxfile_py3.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
16+
$FileInfo: foxfile_py3.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import annotations

phpfoxfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$info['project'] = $info['program_name'];
2222
$info['project_url'] = "https://github.com/GameMaker2k/PyFoxFile";
2323
$info['version_info'] = [0, 13, 14, "RC 1", 1];
24-
$info['version_id'] = "$Id: 0d40a106b48442b421c5919ec1071508381ce492 $";
24+
$info['version_id'] = "$Id: d0730f21a08a5bf8081751e9e99e5915617049bd $";
2525
$info['version_date_info'] = [2024, 7, 10, "RC 1", 1];
2626
$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);
2727
if ($info['version_info'][4] !== null) {

pyfoxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2026 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2026 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616

17-
$FileInfo: pyfoxfile.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyfoxfile.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -662,8 +662,8 @@ def _get(section_dict, key, default=None):
662662
__program_alt_name__ = __program_name__
663663
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
664664
__project_release_url__ = __project_url__+"/releases/latest"
665-
__version_info__ = (0, 28, 2, "RC 1", 1)
666-
__version_date_info__ = (2026, 2, 4, "RC 1", 1)
665+
__version_info__ = (0, 28, 4, "RC 1", 1)
666+
__version_date_info__ = (2026, 2, 6, "RC 1", 1)
667667
__version_date__ = str(__version_date_info__[0]) + "." + str(
668668
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
669669
__revision__ = __version_info__[3]

pyfoxfile_py3.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2026 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2026 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616

17-
$FileInfo: pyfoxfile.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyfoxfile.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
import io
@@ -700,8 +700,8 @@ def _get(section_dict, key, default=None):
700700
__program_alt_name__ = __program_name__
701701
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
702702
__project_release_url__ = __project_url__+"/releases/latest"
703-
__version_info__ = (0, 28, 2, "RC 1", 1)
704-
__version_date_info__ = (2026, 2, 4, "RC 1", 1)
703+
__version_info__ = (0, 28, 4, "RC 1", 1)
704+
__version_date_info__ = (2026, 2, 6, "RC 1", 1)
705705
__version_date__ = str(__version_date_info__[0]) + "." + str(
706706
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
707707
__revision__ = __version_info__[3]
@@ -11896,7 +11896,7 @@ def data_url_decode(data_url):
1189611896
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
1189711897
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
1189811898
__revision__ = __version_info__[3]
11899-
__revision_id__ = "$Id$"
11899+
__revision_id__ = "$Id: 8c00d9babbb3d515184d039eae015bc3916b8a68 $"
1190011900
if(__version_info__[4] is not None):
1190111901
__version_date_plusrc__ = __version_date__ + \
1190211902
"-"+str(__version_date_info__[4])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyFoxFile"
3-
version = "0.28.2"
3+
version = "0.28.4"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

pyshell-old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: pyshell-old.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
16+
$FileInfo: pyshell-old.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

pyshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: pyshell.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
16+
$FileInfo: pyshell.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2018-2026 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2018-2026 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: setup.py - Last Update: 2/4/2026 Ver. 0.28.2 RC 1 - Author: cooldude2k $
16+
$FileInfo: setup.py - Last Update: 2/6/2026 Ver. 0.28.4 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
import os

0 commit comments

Comments
 (0)