Skip to content

Commit 81ea4ee

Browse files
committed
Release 0.9.1
1 parent 29ece29 commit 81ea4ee

13 files changed

+15
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:12-slim
22
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
3-
ARG version=0.9.0
3+
ARG version=0.9.1
44
WORKDIR /rgbds
55

66
COPY . .

include/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define PACKAGE_VERSION_MAJOR 0
77
#define PACKAGE_VERSION_MINOR 9
8-
#define PACKAGE_VERSION_PATCH 0
8+
#define PACKAGE_VERSION_PATCH 1
99

1010
char const *get_package_version_string();
1111

man/gbz80.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt GBZ80 7
55
.Os
66
.Sh NAME

man/rgbasm-old.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.\" SPDX-License-Identifier: MIT
44
.\"
5-
.Dd December 25, 2024
5+
.Dd February 2, 2025
66
.Dt RGBASM-OLD 5
77
.Os
88
.Sh NAME

man/rgbasm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt RGBASM 1
55
.Os
66
.Sh NAME

man/rgbasm.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.\" SPDX-License-Identifier: MIT
44
.\"
5-
.Dd December 25, 2024
5+
.Dd February 2, 2025
66
.Dt RGBASM 5
77
.Os
88
.Sh NAME

man/rgbds.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt RGBDS 5
55
.Os
66
.Sh NAME

man/rgbds.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt RGBDS 7
55
.Os
66
.Sh NAME

man/rgbfix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt RGBFIX 1
55
.Os
66
.Sh NAME

man/rgbgfx.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.\" SPDX-License-Identifier: MIT
44
.\"
5-
.Dd December 25, 2024
5+
.Dd February 2, 2025
66
.Dt RGBGFX 1
77
.Os
88
.Sh NAME

man/rgblink.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt RGBLINK 1
55
.Os
66
.Sh NAME

man/rgblink.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd December 25, 2024
3+
.Dd February 2, 2025
44
.Dt RGBLINK 5
55
.Os
66
.Sh NAME

test/fetch-test-deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ fi
108108

109109
if "$nonfree"; then
110110
action pret pokecrystal 2024-12-28 86a87a355e6805663cfecf150a3af71c66441a3e
111-
action pret pokered 2024-12-26 f023c68417ff0b14db1ab28ecff67f8d123ede44
112-
action zladx LADX-Disassembly 2024-12-29 f78e32c8befcd4dc1f34ae89508b6fac636d753a
111+
action pret pokered 2025-01-29 43f21cc4948682b51b4c72bcef38631f95b47bfe
112+
action zladx LADX-Disassembly 2025-01-06 e5ab607f39b0a4bd35f0bae6c6354fde9eecca3c
113113
fi
114114
action AntonioND ucity 2024-12-26 2056166b0a84271d6c2a5a1f7d037dd416085796
115115
action pinobatch libbet 2024-12-26 de2081260d6111a3e60b16120bbb905ef00c6a34
116-
action LIJI32 SameBoy 2024-12-26 9079c8ba86337b5f86eb92e09fd7ef0f64ac6244
116+
action LIJI32 SameBoy 2025-01-23 1798edf4c1f8cbf018d14436f14c2a18ff256ae4

0 commit comments

Comments
 (0)