Skip to content

Commit d63955e

Browse files
committed
Release 0.9.0
1 parent 2c4fc4c commit d63955e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.9.0-rc2
3+
ARG version=0.9.0
44
WORKDIR /rgbds
55

66
COPY . .

include/version.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ extern "C" {
88
#define PACKAGE_VERSION_MAJOR 0
99
#define PACKAGE_VERSION_MINOR 9
1010
#define PACKAGE_VERSION_PATCH 0
11-
#define PACKAGE_VERSION_RC 2
1211

1312
char const *get_package_version_string();
1413
}

0 commit comments

Comments
 (0)