Skip to content

Commit fb9fa60

Browse files
committed
Release version 1.0.0
1 parent 35e5808 commit fb9fa60

File tree

13 files changed

+21
-19
lines changed

13 files changed

+21
-19
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=1.0.0-rc2
3+
ARG version=1.0.0
44
WORKDIR /rgbds
55

66
COPY . .

include/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define PACKAGE_VERSION_MAJOR 1
77
#define PACKAGE_VERSION_MINOR 0
88
#define PACKAGE_VERSION_PATCH 0
9-
#define PACKAGE_VERSION_RC 2
9+
// #define PACKAGE_VERSION_RC 1
1010

1111
char const *get_package_version_string();
1212

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

man/rgbds.5

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 30, 2025
3+
.Dd October 31, 2025
44
.Dt RGBDS 5
55
.Os
66
.Sh NAME
77
.Nm rgbds
88
.Nd object file format documentation
99
.Sh DESCRIPTION
10-
This is the description of the object files used by
10+
This is the description of the RGB object file format that is output by
1111
.Xr rgbasm 1
12-
and
12+
and read by
1313
.Xr rgblink 1 .
14-
.Em Please note that the specification is not stable yet.
15-
RGBDS is still in active development, and some new features require adding more information to the object file, or modifying some fields, both of which break compatibility with older versions.
1614
.Sh FILE STRUCTURE
1715
The following types are used:
1816
.Pp

man/rgbds.7

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" SPDX-License-Identifier: MIT
22
.\"
3-
.Dd September 30, 2025
3+
.Dd October 31, 2025
44
.Dt RGBDS 7
55
.Os
66
.Sh NAME
@@ -74,4 +74,8 @@ organization.
7474
2022-05-17: The
7575
.Lk https://rgbds.gbdev.io rgbds.gbdev.io
7676
website for RGBDS documentation and downloads is published.
77+
.It
78+
2025-10-31: RGBDS reaches version 1.0.0 and starts adhering to
79+
.Lk https://semver.org/ semantic versioning
80+
("semver").
7781
.El

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

0 commit comments

Comments
 (0)