Skip to content

Commit

Permalink
Release 0.9.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Oct 22, 2024
1 parent 90286cc commit 4c495c3
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:11-slim
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
ARG version=0.9.0-rc1
ARG version=0.9.0-rc2
WORKDIR /rgbds

COPY . .
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extern "C" {
#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 9
#define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_RC 1
#define PACKAGE_VERSION_RC 2

char const *get_package_version_string();
}
Expand Down
2 changes: 1 addition & 1 deletion man/gbz80.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt GBZ80 7
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbasm.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBASM 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbasm.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBASM 5
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbds.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBDS 5
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbds.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBDS 7
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbfix.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBFIX 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbgfx.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBGFX 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgblink.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBLINK 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgblink.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT
.\"
.Dd September 18, 2024
.Dd October 21, 2024
.Dt RGBLINK 5
.Os
.Sh NAME
Expand Down
8 changes: 4 additions & 4 deletions test/fetch-test-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ case "$actionname" in
esac

if "$nonfree"; then
action pret pokecrystal 2024-08-27 7b5986006f6b325e471fee25903c769ce67f5da9
action pret pokered 2024-09-08 1f6e2bf999401b9444f939bb40c1eb279bc51829
action pret pokecrystal 2024-10-16 961fad9e150df324afc9bccd1ce15c3a65d3c124
action pret pokered 2024-10-15 a891fc1168a7f998c570e1ea5f15014556df2d95
action zladx LADX-Disassembly 2024-09-16 008d01541f8cab3f4590cbc94a690af2b9a7979f
fi
action AntonioND ucity 2024-08-03 f3c6377f1fb1ea29644bcd90722abaaa5d478a74
action pinobatch libbet 2024-06-15 ee60f0e4712a938589edd3e5d258e519a475d754
action LIJI32 SameBoy 2024-09-13 1931c2830fc46cb648dde4fb0bed4f0345b67b2d
action pinobatch libbet 2024-10-20 71d04e850534cbe77d1c143153f664dac1960bc9
action LIJI32 SameBoy 2024-10-12 52d5169cc82356288f337d30aa01fb3fa1b37155
17 changes: 0 additions & 17 deletions test/patches/libbet.patch

This file was deleted.

0 comments on commit 4c495c3

Please sign in to comment.