mirror of
https://github.com/brouhaha/dis6502.git
synced 2024-11-23 11:33:05 +00:00
Update version to 0.15.
This commit is contained in:
parent
f10b758886
commit
4fcd6863c7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
*~
|
||||
*.o
|
||||
*.d
|
||||
dis6502
|
||||
dis6502*
|
||||
lex.c
|
||||
|
4
Makefile
4
Makefile
@ -55,7 +55,7 @@ endif
|
||||
# let me know why so I can improve this Makefile.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
VERSION = 0.12
|
||||
VERSION = 0.15
|
||||
|
||||
PACKAGE = dis6502
|
||||
|
||||
@ -67,7 +67,7 @@ HDRS = dis.h
|
||||
MAN = dis6502.1
|
||||
MISC = COPYING README README.Bond README.Finkelstein Makefile
|
||||
|
||||
DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(LSRCS)
|
||||
DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(LSRCS) $(MAN)
|
||||
DISTNAME = $(PACKAGE)-$(VERSION)
|
||||
|
||||
BIN_DISTFILES = COPYING README $(TARGETS)
|
||||
|
Loading…
Reference in New Issue
Block a user