Skip to content

Commit

Permalink
Update README and bump to v1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
chungy committed Sep 26, 2015
1 parent 0c7de42 commit f2a23c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = v$(shell git describe --dirty 2>/dev/null || echo 1.04)
VERSION = v$(shell git describe --dirty 2>/dev/null || echo 1.05)
CPPFLAGS += -DVERSION=\"$(VERSION)\"

PROGS = bin2ecm bin2iso bincomp brrrip byteshuf byteswap cdpatch \
Expand Down
9 changes: 5 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ These are a set of utilities originally released by Neill Corlett
(http://www.neillcorlett.com/cmdpack/), but the upstream has since
vanished from the web.

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

0 comments on commit f2a23c7

Please sign in to comment.