From d179f3ed282953a964eafe4971e9d41e3fcc5758 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:55:05 -0500 Subject: [PATCH] Increment object file revision number to 10 (#1287) --- include/linkdefs.hpp | 4 ++-- man/rgbds.5 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linkdefs.hpp b/include/linkdefs.hpp index eabbbef9..567398ab 100644 --- a/include/linkdefs.hpp +++ b/include/linkdefs.hpp @@ -8,8 +8,8 @@ #include #include -#define RGBDS_OBJECT_VERSION_STRING "RGB9" -#define RGBDS_OBJECT_REV 9U +#define RGBDS_OBJECT_VERSION_STRING "RGBA" +#define RGBDS_OBJECT_REV 10U enum AssertionType { ASSERT_WARN, diff --git a/man/rgbds.5 b/man/rgbds.5 index ed3858cb..88ce60bc 100644 --- a/man/rgbds.5 +++ b/man/rgbds.5 @@ -54,7 +54,7 @@ References to other object files are made by imports (symbols), by name (section .Ss Header .Bl -tag -width Ds -compact .It Cm BYTE Ar Magic[4] -"RGB9" +"RGBA" .It Cm LONG Ar RevisionNumber The format's revision number this file uses. .Pq This is always in the same place in all revisions.