Build: Update gbdk version to 4.4.0

This commit is contained in:
bbbbbr
2025-04-21 03:05:02 -07:00
parent 517ad0f8ca
commit d83ba2aff5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
#ifndef __VERSION_H_INCLUDE__
#define __VERSION_H_INCLUDE__
#define __GBDK_VERSION 430
#define __GBDK_VERSION 440
#endif