rgbdscheck requires 0.4.1

This commit is contained in:
Rangi 2020-07-27 08:32:37 -04:00
parent e7969293d3
commit f2a4544678

View file

@ -1,7 +1,7 @@
; pokered requires rgbds 0.4.0 or newer. ; pokered requires rgbds 0.4.1 or newer.
MAJOR EQU 0 MAJOR EQU 0
MINOR EQU 4 MINOR EQU 4
PATCH EQU 0 PATCH EQU 1
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__) IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
fail "pokered requires rgbds {MAJOR}.{MINOR}.{PATCH} or newer." fail "pokered requires rgbds {MAJOR}.{MINOR}.{PATCH} or newer."