Skip to content

Commit f2a23c7

Browse files
committed
Update README and bump to v1.05
1 parent 0c7de42 commit f2a23c7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = v$(shell git describe --dirty 2>/dev/null || echo 1.04)
1+
VERSION = v$(shell git describe --dirty 2>/dev/null || echo 1.05)
22
CPPFLAGS += -DVERSION=\"$(VERSION)\"
33

44
PROGS = bin2ecm bin2iso bincomp brrrip byteshuf byteswap cdpatch \

README.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ These are a set of utilities originally released by Neill Corlett
44
(http://www.neillcorlett.com/cmdpack/), but the upstream has since
55
vanished from the web.
66

7-
There is some minor restructuring here, and in particular, ecm is
8-
renamed to avoid a conflict with another program. The last (v1.03)
9-
release is fully preserved as the root commit of this repository, and
10-
also tagged.
7+
I don't plan on any major developments, but I'll try to clean up the
8+
utilities at least a little bit. So far, the most major change is
9+
ecm's name change to bin2ecm, and requires being called with a name of
10+
ecm2bin to do the reverse operation now. Neill's last version, 1.03,
11+
is completely preserved as the root commit and is tagged.

0 commit comments

Comments
 (0)