Release 0.8.0

This commit is contained in:
Rangi42
2024-06-28 14:53:17 -04:00
parent ed5529d639
commit 556c8a968a
2 changed files with 2 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.7.0 ARG version=0.8.0
WORKDIR /rgbds WORKDIR /rgbds
COPY . . COPY . .

View File

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