Files
rgbds/include/version.hpp
2025-10-31 20:19:24 -04:00

14 lines
287 B
C++

// SPDX-License-Identifier: MIT
#ifndef RGBDS_VERSION_HPP
#define RGBDS_VERSION_HPP
#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();
#endif // RGBDS_VERSION_H