Release 0.9.0-rc1

This commit is contained in:
Rangi42
2024-09-18 10:15:38 -04:00
parent 91fbece1ad
commit dd20012e88
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM debian:11-slim FROM debian:11-slim
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
ARG version=0.8.0 ARG version=0.9.0-rc1
WORKDIR /rgbds WORKDIR /rgbds
COPY . . COPY . .

View File

@@ -6,8 +6,9 @@
extern "C" { extern "C" {
#define PACKAGE_VERSION_MAJOR 0 #define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 8 #define PACKAGE_VERSION_MINOR 9
#define PACKAGE_VERSION_PATCH 0 #define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_RC 1
char const *get_package_version_string(); char const *get_package_version_string();
} }