Release 0.9.0

This commit is contained in:
Rangi42
2024-12-25 10:46:17 -05:00
parent 2c4fc4cbe8
commit d63955eccd
2 changed files with 1 additions and 2 deletions

View File

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

View File

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