Update version to 0.15.

This commit is contained in:
Eric Smith 2018-01-23 11:14:14 -07:00
parent f10b758886
commit 4fcd6863c7
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*~ *~
*.o *.o
*.d *.d
dis6502 dis6502*
lex.c lex.c

View File

@ -55,7 +55,7 @@ endif
# let me know why so I can improve this Makefile. # let me know why so I can improve this Makefile.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
VERSION = 0.12 VERSION = 0.15
PACKAGE = dis6502 PACKAGE = dis6502
@ -67,7 +67,7 @@ HDRS = dis.h
MAN = dis6502.1 MAN = dis6502.1
MISC = COPYING README README.Bond README.Finkelstein Makefile MISC = COPYING README README.Bond README.Finkelstein Makefile
DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(LSRCS) DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(LSRCS) $(MAN)
DISTNAME = $(PACKAGE)-$(VERSION) DISTNAME = $(PACKAGE)-$(VERSION)
BIN_DISTFILES = COPYING README $(TARGETS) BIN_DISTFILES = COPYING README $(TARGETS)