diff --git a/Dockerfile b/Dockerfile index de36cfd42..20687f8f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . . diff --git a/include/version.hpp b/include/version.hpp index ab413862d..f27d46af5 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -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(); }