Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Feb 2, 2025
1 parent 29ece29 commit 81ea4ee
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
ARG version=0.9.0
ARG version=0.9.1
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 @@ -5,7 +5,7 @@

#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 9
#define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_PATCH 1

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 December 25, 2024
.Dd February 2, 2025
.Dt GBZ80 7
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/rgbasm-old.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: MIT
.\"
.Dd December 25, 2024
.Dd February 2, 2025
.Dt RGBASM-OLD 5
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.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 December 25, 2024
.Dd February 2, 2025
.Dt RGBLINK 5
.Os
.Sh NAME
Expand Down
6 changes: 3 additions & 3 deletions test/fetch-test-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ fi

if "$nonfree"; then
action pret pokecrystal 2024-12-28 86a87a355e6805663cfecf150a3af71c66441a3e
action pret pokered 2024-12-26 f023c68417ff0b14db1ab28ecff67f8d123ede44
action zladx LADX-Disassembly 2024-12-29 f78e32c8befcd4dc1f34ae89508b6fac636d753a
action pret pokered 2025-01-29 43f21cc4948682b51b4c72bcef38631f95b47bfe
action zladx LADX-Disassembly 2025-01-06 e5ab607f39b0a4bd35f0bae6c6354fde9eecca3c
fi
action AntonioND ucity 2024-12-26 2056166b0a84271d6c2a5a1f7d037dd416085796
action pinobatch libbet 2024-12-26 de2081260d6111a3e60b16120bbb905ef00c6a34
action LIJI32 SameBoy 2024-12-26 9079c8ba86337b5f86eb92e09fd7ef0f64ac6244
action LIJI32 SameBoy 2025-01-23 1798edf4c1f8cbf018d14436f14c2a18ff256ae4

0 comments on commit 81ea4ee

Please sign in to comment.