Skip to content

Commit 4c495c3

Browse files
committed
Release 0.9.0-rc2
1 parent 90286cc commit 4c495c3

13 files changed

+15
-32
lines changed

Dockerfile

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

66
COPY . .

include/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C" {
88
#define PACKAGE_VERSION_MAJOR 0
99
#define PACKAGE_VERSION_MINOR 9
1010
#define PACKAGE_VERSION_PATCH 0
11-
#define PACKAGE_VERSION_RC 1
11+
#define PACKAGE_VERSION_RC 2
1212

1313
char const *get_package_version_string();
1414
}

man/gbz80.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt GBZ80 7
55
.Os
66
.Sh NAME

man/rgbasm.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBASM 1
55
.Os
66
.Sh NAME

man/rgbasm.5

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.\" SPDX-License-Identifier: MIT
44
.\"
5-
.Dd September 18, 2024
5+
.Dd October 21, 2024
66
.Dt RGBASM 5
77
.Os
88
.Sh NAME

man/rgbds.5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBDS 5
55
.Os
66
.Sh NAME

man/rgbds.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBDS 7
55
.Os
66
.Sh NAME

man/rgbfix.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBFIX 1
55
.Os
66
.Sh NAME

man/rgbgfx.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.\" SPDX-License-Identifier: MIT
44
.\"
5-
.Dd September 18, 2024
5+
.Dd October 21, 2024
66
.Dt RGBGFX 1
77
.Os
88
.Sh NAME

man/rgblink.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBLINK 1
55
.Os
66
.Sh NAME

man/rgblink.5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBLINK 5
55
.Os
66
.Sh NAME

test/fetch-test-deps.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ case "$actionname" in
9898
esac
9999

100100
if "$nonfree"; then
101-
action pret pokecrystal 2024-08-27 7b5986006f6b325e471fee25903c769ce67f5da9
102-
action pret pokered 2024-09-08 1f6e2bf999401b9444f939bb40c1eb279bc51829
101+
action pret pokecrystal 2024-10-16 961fad9e150df324afc9bccd1ce15c3a65d3c124
102+
action pret pokered 2024-10-15 a891fc1168a7f998c570e1ea5f15014556df2d95
103103
action zladx LADX-Disassembly 2024-09-16 008d01541f8cab3f4590cbc94a690af2b9a7979f
104104
fi
105105
action AntonioND ucity 2024-08-03 f3c6377f1fb1ea29644bcd90722abaaa5d478a74
106-
action pinobatch libbet 2024-06-15 ee60f0e4712a938589edd3e5d258e519a475d754
107-
action LIJI32 SameBoy 2024-09-13 1931c2830fc46cb648dde4fb0bed4f0345b67b2d
106+
action pinobatch libbet 2024-10-20 71d04e850534cbe77d1c143153f664dac1960bc9
107+
action LIJI32 SameBoy 2024-10-12 52d5169cc82356288f337d30aa01fb3fa1b37155

test/patches/libbet.patch

-17
This file was deleted.

0 commit comments

Comments
 (0)