diff --git a/Dockerfile b/Dockerfile index b33a20ad9..8437eef32 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 774f52df0..81f974e9e 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 17b332832..b6153c17a 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 c0279ebc9..a1717a559 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 cc9253a20..81c60b4c1 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 b865e628b..e8b7e291e 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 0ab27d43b..cd11f7adb 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 92b825dde..13c156f6d 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 66fa0914f..1f1dc435b 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 9cabfe7c0..d9a83a451 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 7a5b01eb2..25f50fb56 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 19173c4c8..182ab463d 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 2e8d127f4..4cf39db8a 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