Version & doc updates for 4.1.1 service release

This commit is contained in:
bbbbbr
2022-11-04 20:38:55 -07:00
parent 494955f094
commit f9866465c8
3 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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