Skip to content

Commit 7c60d3c

Browse files
Bump version
1 parent e961be3 commit 7c60d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ uninstall:
190190
install: $(DIRS) chmod
191191
$(CP_EXMPLS)
192192
$(CP) $(call NATIVEPATH,$(SRCDIR)/startup/*.src) $(call NATIVEPATH,$(INSTALLLIB))
193-
$(CP) $(call NATIVEPATH,$(SRCDIR)/core_makefile) $(call NATIVEPATH,$(INSTALLINC)/.makefile)
193+
$(CP) $(call NATIVEPATH,$(SRCDIR)/makefile.mk) $(call NATIVEPATH,$(INSTALLINC)/.makefile)
194194
$(CP) $(FASMG) $(INSTALLBIN)
195195
$(CP) $(CONVHEX) $(INSTALLBIN)
196196
$(CP) $(CONVPNG) $(INSTALLBIN)

src/core_makefile renamed to src/makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BINDIR ?= bin
1717
GFXDIR ?= src/gfx
1818
#----------------------------
1919

20-
VERSION := 8.0
20+
VERSION := 8.2
2121

2222
#----------------------------
2323
# try not to edit anything below these lines unless you know what you are doing

0 commit comments

Comments
 (0)