Release v0.7.0

This commit is contained in:
ISSOtm
2023-12-31 12:49:16 +01:00
parent 0524eeb61a
commit 08f3e360c9
2 changed files with 3 additions and 3 deletions

View File

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

View File

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