From 240ab8ed1c49ba80265fa40279d1dbcfaea3304f Mon Sep 17 00:00:00 2001 From: Sylvie <35663410+Rangi42@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:47:49 -0400 Subject: [PATCH] Keep the object version as RGB9; only increment the revision to 10 (#1413) --- include/linkdefs.hpp | 2 +- man/rgbds.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linkdefs.hpp b/include/linkdefs.hpp index c4ee0493f..443f8bb00 100644 --- a/include/linkdefs.hpp +++ b/include/linkdefs.hpp @@ -8,7 +8,7 @@ #include "helpers.hpp" // assume -#define RGBDS_OBJECT_VERSION_STRING "RGBA" +#define RGBDS_OBJECT_VERSION_STRING "RGB9" #define RGBDS_OBJECT_REV 10U enum AssertionType { ASSERT_WARN, ASSERT_ERROR, ASSERT_FATAL }; diff --git a/man/rgbds.5 b/man/rgbds.5 index 88ce60bcd..ed3858cbb 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] -"RGBA" +"RGB9" .It Cm LONG Ar RevisionNumber The format's revision number this file uses. .Pq This is always in the same place in all revisions.