Skip to content

Commit

Permalink
Updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanolBarba committed Jul 9, 2023
1 parent d4e5d0a commit af01488
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys
import os

_SCCS_ID = "@(#) mymc gui.py 1.9 23/07/06 19:35:21\n"
_SCCS_ID = "@(#) mymc gui.py 1.9 23/07/09 20:41:59\n"


# Work around a problem with mixing wx and py2exe
Expand Down
2 changes: 1 addition & 1 deletion lzari.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import binascii
import array
import sys
_SCCS_ID = "@(#) mymc lzari.py 1.7 23/07/06 16:03:53\n"
_SCCS_ID = "@(#) mymc lzari.py 1.7 23/07/09 20:41:59\n"


try:
Expand Down
2 changes: 1 addition & 1 deletion mymc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import ps2save
import ps2mc

_SCCS_ID = "@(#) mymc mymc.py 1.14 23/07/06 15:51:52\n"[:-1]
_SCCS_ID = "@(#) mymc mymc.py 1.14 23/07/09 20:41:59\n"[:-1]


# import gc
Expand Down
2 changes: 1 addition & 1 deletion ps2mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
)
from round import div_round_up, round_up, round_down

_SCCS_ID = "@(#) mymc ps2mc.py 1.12 23/07/06 19:48:03\n"
_SCCS_ID = "@(#) mymc ps2mc.py 1.12 23/07/09 20:41:59\n"


PS2MC_MAGIC = "Sony PS2 Memory Card Format "
Expand Down
2 changes: 1 addition & 1 deletion ps2mc_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import calendar
import time
import struct
_SCCS_ID = "@(#) mymc ps2mc_dir.py 1.5 23/07/06 06:30:13\n"
_SCCS_ID = "@(#) mymc ps2mc_dir.py 1.5 23/07/09 20:41:59\n"


PS2MC_DIRENT_LENGTH = 512
Expand Down
2 changes: 1 addition & 1 deletion ps2mc_ecc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
except ImportError:
mymcsup = None

_SCCS_ID = "@(#) mymc ps2mc_ecc.py 1.5 23/07/06 16:03:58\n"
_SCCS_ID = "@(#) mymc ps2mc_ecc.py 1.5 23/07/09 20:41:59\n"

__ALL__ = ["ECC_CHECK_OK", "ECC_CHECK_CORRECTED", "ECC_CHECK_FAILED",
"ecc_calculate", "ecc_check",
Expand Down
2 changes: 1 addition & 1 deletion ps2save.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)
from round import round_up

_SCCS_ID = "@(#) mymc ps2save.py 1.9 23/07/06 19:46:30\n"
_SCCS_ID = "@(#) mymc ps2save.py 1.9 23/07/09 20:41:59\n"


try:
Expand Down
2 changes: 1 addition & 1 deletion round.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Simple rounding functions.
#

_SCCS_ID = "@(#) mymc round.py 1.4 23/07/06 02:44:14\n"
_SCCS_ID = "@(#) mymc round.py 1.4 23/07/09 18:05:29\n"


def div_round_up(a, b):
Expand Down

0 comments on commit af01488

Please sign in to comment.