gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 83fd4070063ba7a80278dd22e0c8aacd2f147bfb parent 2b633b83cd44ac565de035a9d581c1c9b86cfd0f Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sun, 27 Apr 2025 15:23:55 -0700 Merge pull request #763 from bbbbbr/version_4_4_0 Build: Update gbdk version to 4.4.0 Diffstat:
| M | Makefile | 2 | +- |
| M | gbdk-lib/include/gbdk/version.h | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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.3.0 +VER = 4.4.0 PORTS=sm83 z80 mos6502 PLATFORMS=gb ap duck gg sms msxdos nes diff --git a/gbdk-lib/include/gbdk/version.h b/gbdk-lib/include/gbdk/version.h @@ -1,6 +1,6 @@ #ifndef __VERSION_H_INCLUDE__ #define __VERSION_H_INCLUDE__ -#define __GBDK_VERSION 430 +#define __GBDK_VERSION 440 #endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.