Skip to content

Commit af01488

Browse files
committed
Updating version numbers
1 parent d4e5d0a commit af01488

8 files changed

+8
-8
lines changed

gui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818
import os
1919

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

2222

2323
# Work around a problem with mixing wx and py2exe

lzari.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import binascii
1818
import array
1919
import sys
20-
_SCCS_ID = "@(#) mymc lzari.py 1.7 23/07/06 16:03:53\n"
20+
_SCCS_ID = "@(#) mymc lzari.py 1.7 23/07/09 20:41:59\n"
2121

2222

2323
try:

mymc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import ps2save
3434
import ps2mc
3535

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

3838

3939
# import gc

ps2mc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
)
5050
from round import div_round_up, round_up, round_down
5151

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

5454

5555
PS2MC_MAGIC = "Sony PS2 Memory Card Format "

ps2mc_dir.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import calendar
1212
import time
1313
import struct
14-
_SCCS_ID = "@(#) mymc ps2mc_dir.py 1.5 23/07/06 06:30:13\n"
14+
_SCCS_ID = "@(#) mymc ps2mc_dir.py 1.5 23/07/09 20:41:59\n"
1515

1616

1717
PS2MC_DIRENT_LENGTH = 512

ps2mc_ecc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
except ImportError:
2121
mymcsup = None
2222

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

2525
__ALL__ = ["ECC_CHECK_OK", "ECC_CHECK_CORRECTED", "ECC_CHECK_FAILED",
2626
"ecc_calculate", "ecc_check",

ps2save.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434
from round import round_up
3535

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

3838

3939
try:

round.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Simple rounding functions.
88
#
99

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

1212

1313
def div_round_up(a, b):

0 commit comments

Comments
 (0)