Release v1.0.0-rc1

This commit is contained in:
Rangi42
2025-09-01 18:09:42 -04:00
parent 534a4efee4
commit 8df88f92ba
12 changed files with 15 additions and 14 deletions

View File

@@ -3,9 +3,10 @@
#ifndef RGBDS_VERSION_HPP
#define RGBDS_VERSION_HPP
#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 9
#define PACKAGE_VERSION_PATCH 4
#define PACKAGE_VERSION_MAJOR 1
#define PACKAGE_VERSION_MINOR 0
#define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_RC 1
char const *get_package_version_string();