We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0524eeb commit 08f3e36Copy full SHA for 08f3e36
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.6.1
+ARG version=0.7.0
4
WORKDIR /rgbds
5
6
COPY . .
include/version.hpp
@@ -6,8 +6,8 @@
extern "C" {
7
8
#define PACKAGE_VERSION_MAJOR 0
9
-#define PACKAGE_VERSION_MINOR 6
10
-#define PACKAGE_VERSION_PATCH 1
+#define PACKAGE_VERSION_MINOR 7
+#define PACKAGE_VERSION_PATCH 0
11
12
char const *get_package_version_string(void);
13
0 commit comments