We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4fc4c commit d63955eCopy full SHA for d63955e
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:11-slim
2
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
3
-ARG version=0.9.0-rc2
+ARG version=0.9.0
4
WORKDIR /rgbds
5
6
COPY . .
include/version.hpp
@@ -8,7 +8,6 @@ extern "C" {
8
#define PACKAGE_VERSION_MAJOR 0
9
#define PACKAGE_VERSION_MINOR 9
10
#define PACKAGE_VERSION_PATCH 0
11
-#define PACKAGE_VERSION_RC 2
12
13
char const *get_package_version_string();
14
}
0 commit comments