Skip to content

Commit 556c8a9

Browse files
committed
Release 0.8.0
1 parent ed5529d commit 556c8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:11-slim
22
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
3-
ARG version=0.7.0
3+
ARG version=0.8.0
44
WORKDIR /rgbds
55

66
COPY . .

include/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
extern "C" {
77

88
#define PACKAGE_VERSION_MAJOR 0
9-
#define PACKAGE_VERSION_MINOR 7
9+
#define PACKAGE_VERSION_MINOR 8
1010
#define PACKAGE_VERSION_PATCH 0
1111

1212
char const *get_package_version_string();

0 commit comments

Comments
 (0)