diff --git a/Makefile b/Makefile index 5a14d4ba..c5a6ccf3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TOPDIR = $(shell pwd) # Package name, used for tarballs PKG = gbdk # Version, used for tarballs & docs -VER = 4.1.0 +VER = 4.1.1 PORTS=sm83 z80 mos6502 PLATFORMS=gb ap duck gg sms msxdos nes diff --git a/docs/ChangeLog b/docs/ChangeLog index be010dbf..f3679466 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,6 @@ +gbdk-4.1.1 + - Library fixes/improvements + - Fixed RGB() and RGB8() macros gbdk-4.1.0 - Experimental Support for MSXDOS and NES. These are not yet fully functional diff --git a/docs/pages/10_release_notes.md b/docs/pages/10_release_notes.md index a5381826..1470e6e5 100644 --- a/docs/pages/10_release_notes.md +++ b/docs/pages/10_release_notes.md @@ -6,6 +6,11 @@ https://github.com/gbdk-2020/gbdk-2020/releases # GBDK-2020 Release Notes +## GBDK-2020 4.1.1 + 2022/11 + - Library + - Fixed @ref RGB() and @ref RGB8() macros + ## GBDK-2020 4.1.0 2022/10 - Building GBDK