From 1715f85d50c975a47d6e91068bbf742cc39f2744 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Sun, 4 May 2025 10:04:11 -0400 Subject: [PATCH] Release v0.9.2 --- Dockerfile | 2 +- include/version.hpp | 2 +- man/gbz80.7 | 2 +- man/rgbasm-old.5 | 2 +- man/rgbasm.1 | 2 +- man/rgbasm.5 | 2 +- man/rgbds.5 | 2 +- man/rgbds.7 | 2 +- man/rgbfix.1 | 2 +- man/rgbgfx.1 | 2 +- man/rgblink.1 | 2 +- man/rgblink.5 | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8437eef3..2d65cd2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds -ARG version=0.9.1 +ARG version=0.9.2 WORKDIR /rgbds COPY . . diff --git a/include/version.hpp b/include/version.hpp index 81f974e9..bc4b10ae 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -5,7 +5,7 @@ #define PACKAGE_VERSION_MAJOR 0 #define PACKAGE_VERSION_MINOR 9 -#define PACKAGE_VERSION_PATCH 1 +#define PACKAGE_VERSION_PATCH 2 char const *get_package_version_string(); diff --git a/man/gbz80.7 b/man/gbz80.7 index b6153c17..037d4c80 100644 --- a/man/gbz80.7 +++ b/man/gbz80.7 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt GBZ80 7 .Os .Sh NAME diff --git a/man/rgbasm-old.5 b/man/rgbasm-old.5 index a1717a55..595447a0 100644 --- a/man/rgbasm-old.5 +++ b/man/rgbasm-old.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBASM-OLD 5 .Os .Sh NAME diff --git a/man/rgbasm.1 b/man/rgbasm.1 index 81c60b4c..c0a7df03 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBASM 1 .Os .Sh NAME diff --git a/man/rgbasm.5 b/man/rgbasm.5 index 5bfd8fbd..ac9ffe6b 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBASM 5 .Os .Sh NAME diff --git a/man/rgbds.5 b/man/rgbds.5 index 3ae90dcd..bd61ed16 100644 --- a/man/rgbds.5 +++ b/man/rgbds.5 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBDS 5 .Os .Sh NAME diff --git a/man/rgbds.7 b/man/rgbds.7 index 13c156f6..7125bddf 100644 --- a/man/rgbds.7 +++ b/man/rgbds.7 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBDS 7 .Os .Sh NAME diff --git a/man/rgbfix.1 b/man/rgbfix.1 index cc40402e..5695d7fe 100644 --- a/man/rgbfix.1 +++ b/man/rgbfix.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBFIX 1 .Os .Sh NAME diff --git a/man/rgbgfx.1 b/man/rgbgfx.1 index 369bd937..62eca623 100644 --- a/man/rgbgfx.1 +++ b/man/rgbgfx.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBGFX 1 .Os .Sh NAME diff --git a/man/rgblink.1 b/man/rgblink.1 index e9ab88a6..a6b0a5b0 100644 --- a/man/rgblink.1 +++ b/man/rgblink.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBLINK 1 .Os .Sh NAME diff --git a/man/rgblink.5 b/man/rgblink.5 index c3799d54..4e02fb32 100644 --- a/man/rgblink.5 +++ b/man/rgblink.5 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd February 2, 2025 +.Dd May 4, 2025 .Dt RGBLINK 5 .Os .Sh NAME