Skip to content

Commit 173d80e

Browse files
authored
Release 4.0.2 (#21)
1 parent cdba85b commit 173d80e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A [RGBDS](https://rgbds.gbdev.io) macro pack that provides `struct`-like functio
77
Please select a version from [the releases](https://github.com/ISSOtm/rgbds-structs/releases), and download either of the "source code" links.
88
(If you do not know what a `.tar.gz` file is, download the `.zip` one.)
99

10-
The [latest rgbds-structs version](https://github.com/ISSOtm/rgbds-structs/releases/latest) is **4.0.1**.
10+
The [latest rgbds-structs version](https://github.com/ISSOtm/rgbds-structs/releases/latest) is **4.0.2**.
1111
It will only work with RGBDS 0.6.0 and newer.
1212
A previous version, [1.3.0](https://github.com/ISSOtm/rgbds-structs/releases/tag/v1.3.0), is confirmed to work with RGBDS 0.3.7, but should also work with versions 0.3.3 and newer.
1313
If you find a compatibility issue, [please file it here](https://github.com/ISSOtm/rgbds-structs/issues/new).

examples/correct.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INCLUDE "../structs.inc"
22

33
; Check for the expected RGBDS-structs version
4-
rgbds_structs_version 4.0.1
4+
rgbds_structs_version 4.0.2
55

66

77
; Struct declarations (ideally in a separate file, but grouped here for simplicity)

structs.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
DEF STRUCTS_VERSION equs "4.0.1"
26+
DEF STRUCTS_VERSION equs "4.0.2"
2727
MACRO structs_assert
2828
assert (\1), "rgbds-structs {STRUCTS_VERSION} bug. Please report at https://github.com/ISSOtm/rgbds-structs, and share the above stack trace *and* your code there!"
2929
ENDM

0 commit comments

Comments
 (0)