Skip to content

Commit

Permalink
Release 0.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 18, 2024
1 parent 91fbece commit dd20012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:11-slim
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
ARG version=0.8.0
ARG version=0.9.0-rc1
WORKDIR /rgbds

COPY . .
Expand Down
3 changes: 2 additions & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
extern "C" {

#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 8
#define PACKAGE_VERSION_MINOR 9
#define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_RC 1

char const *get_package_version_string();
}
Expand Down

0 comments on commit dd20012

Please sign in to comment.