File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 )
2
2
CPPFLAGS += -DVERSION=\"$(VERSION ) \"
3
3
4
4
PROGS = bin2ecm bin2iso bincomp brrrip byteshuf byteswap cdpatch \
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ These are a set of utilities originally released by Neill Corlett
4
4
(http://www.neillcorlett.com/cmdpack/), but the upstream has since
5
5
vanished from the web.
6
6
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.
You can’t perform that action at this time.
0 commit comments