Skip to content

Commit 8df88f9

Browse files
committed
Release v1.0.0-rc1
1 parent 534a4ef commit 8df88f9

File tree

12 files changed

+15
-14
lines changed

12 files changed

+15
-14
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.4
3+
ARG version=1.0.0-rc1
44
WORKDIR /rgbds
55

66
COPY . .

include/version.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
#ifndef RGBDS_VERSION_HPP
44
#define RGBDS_VERSION_HPP
55

6-
#define PACKAGE_VERSION_MAJOR 0
7-
#define PACKAGE_VERSION_MINOR 9
8-
#define PACKAGE_VERSION_PATCH 4
6+
#define PACKAGE_VERSION_MAJOR 1
7+
#define PACKAGE_VERSION_MINOR 0
8+
#define PACKAGE_VERSION_PATCH 0
9+
#define PACKAGE_VERSION_RC 1
910

1011
char const *get_package_version_string();
1112

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 July 31, 2025
3+
.Dd September 1, 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 July 31, 2025
5+
.Dd September 1, 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 July 31, 2025
3+
.Dd September 1, 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 July 31, 2025
5+
.Dd September 1, 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 July 31, 2025
3+
.Dd September 1, 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 July 31, 2025
3+
.Dd September 1, 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 July 31, 2025
3+
.Dd September 1, 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 July 31, 2025
5+
.Dd September 1, 2025
66
.Dt RGBGFX 1
77
.Os
88
.Sh NAME

0 commit comments

Comments
 (0)