Skip to content

Commit 4c495c3

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

File tree

13 files changed

+15
-32
lines changed

13 files changed

+15
-32
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

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 September 18, 2024
3+
.Dd October 21, 2024
44
.Dt GBZ80 7
55
.Os
66
.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 September 18, 2024
3+
.Dd October 21, 2024
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 September 18, 2024
5+
.Dd October 21, 2024
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 September 18, 2024
3+
.Dd October 21, 2024
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 September 18, 2024
3+
.Dd October 21, 2024
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 September 18, 2024
3+
.Dd October 21, 2024
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 September 18, 2024
5+
.Dd October 21, 2024
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 September 18, 2024
3+
.Dd October 21, 2024
44
.Dt RGBLINK 1
55
.Os
66
.Sh NAME

0 commit comments

Comments
 (0)