From 81ea4ee920c67060a230a99138a0db2ec6518dfb Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Sun, 2 Feb 2025 20:16:54 +0100 Subject: [PATCH] Release 0.9.1 --- 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 +- test/fetch-test-deps.sh | 6 +++--- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index b33a20ad..8437eef3 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.0 +ARG version=0.9.1 WORKDIR /rgbds COPY . . diff --git a/include/version.hpp b/include/version.hpp index 774f52df..81f974e9 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 0 +#define PACKAGE_VERSION_PATCH 1 char const *get_package_version_string(); diff --git a/man/gbz80.7 b/man/gbz80.7 index 17b33283..b6153c17 100644 --- a/man/gbz80.7 +++ b/man/gbz80.7 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt GBZ80 7 .Os .Sh NAME diff --git a/man/rgbasm-old.5 b/man/rgbasm-old.5 index c0279ebc..a1717a55 100644 --- a/man/rgbasm-old.5 +++ b/man/rgbasm-old.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBASM-OLD 5 .Os .Sh NAME diff --git a/man/rgbasm.1 b/man/rgbasm.1 index cc9253a2..81c60b4c 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBASM 1 .Os .Sh NAME diff --git a/man/rgbasm.5 b/man/rgbasm.5 index b865e628..e8b7e291 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBASM 5 .Os .Sh NAME diff --git a/man/rgbds.5 b/man/rgbds.5 index 0ab27d43..cd11f7ad 100644 --- a/man/rgbds.5 +++ b/man/rgbds.5 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBDS 5 .Os .Sh NAME diff --git a/man/rgbds.7 b/man/rgbds.7 index 92b825dd..13c156f6 100644 --- a/man/rgbds.7 +++ b/man/rgbds.7 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBDS 7 .Os .Sh NAME diff --git a/man/rgbfix.1 b/man/rgbfix.1 index 66fa0914..1f1dc435 100644 --- a/man/rgbfix.1 +++ b/man/rgbfix.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBFIX 1 .Os .Sh NAME diff --git a/man/rgbgfx.1 b/man/rgbgfx.1 index 9cabfe7c..d9a83a45 100644 --- a/man/rgbgfx.1 +++ b/man/rgbgfx.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBGFX 1 .Os .Sh NAME diff --git a/man/rgblink.1 b/man/rgblink.1 index 7a5b01eb..25f50fb5 100644 --- a/man/rgblink.1 +++ b/man/rgblink.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBLINK 1 .Os .Sh NAME diff --git a/man/rgblink.5 b/man/rgblink.5 index 19173c4c..182ab463 100644 --- a/man/rgblink.5 +++ b/man/rgblink.5 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd December 25, 2024 +.Dd February 2, 2025 .Dt RGBLINK 5 .Os .Sh NAME diff --git a/test/fetch-test-deps.sh b/test/fetch-test-deps.sh index 2e8d127f..4cf39db8 100755 --- a/test/fetch-test-deps.sh +++ b/test/fetch-test-deps.sh @@ -108,9 +108,9 @@ fi if "$nonfree"; then action pret pokecrystal 2024-12-28 86a87a355e6805663cfecf150a3af71c66441a3e - action pret pokered 2024-12-26 f023c68417ff0b14db1ab28ecff67f8d123ede44 - action zladx LADX-Disassembly 2024-12-29 f78e32c8befcd4dc1f34ae89508b6fac636d753a + action pret pokered 2025-01-29 43f21cc4948682b51b4c72bcef38631f95b47bfe + action zladx LADX-Disassembly 2025-01-06 e5ab607f39b0a4bd35f0bae6c6354fde9eecca3c fi action AntonioND ucity 2024-12-26 2056166b0a84271d6c2a5a1f7d037dd416085796 action pinobatch libbet 2024-12-26 de2081260d6111a3e60b16120bbb905ef00c6a34 -action LIJI32 SameBoy 2024-12-26 9079c8ba86337b5f86eb92e09fd7ef0f64ac6244 +action LIJI32 SameBoy 2025-01-23 1798edf4c1f8cbf018d14436f14c2a18ff256ae4