Bump version to v4.10.0

This commit is contained in:
ctcaer@gmail.com
2019-04-21 17:38:29 +03:00
parent fd0dc04953
commit 36d2da5d79
2 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40008000
IPL_MAGIC := 0x43544349 #"ICTC"
BLVERSION_MAJOR := 4
BLVERSION_MINOR := 9
BLVERSION_HOTFX := 1
BLVERSION_MINOR := 10
BLVERSION_HOTFX := 0
BL_RESERVED := 0
@@ -94,7 +94,7 @@ $(MODULEDIRS):
$(TARGET).bin: $(BUILDDIR)/$(TARGET)/$(TARGET).elf $(MODULEDIRS)
$(OBJCOPY) -S -O binary $< $(OUTPUTDIR)/$@
@printf ICTC$(BLVERSION_MAJOR)$(BLVERSION_MINOR) >> $(OUTPUTDIR)/$@
@printf ICTC49 >> $(OUTPUTDIR)/$@
$(BUILDDIR)/$(TARGET)/$(TARGET).elf: $(OBJS)
$(CC) $(LDFLAGS) -T $(SOURCEDIR)/link.ld $^ -o $@