mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Compute fallback version string at compile time
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
#ifndef EXTERN_VERSION_H
|
||||
#define EXTERN_VERSION_H
|
||||
|
||||
#define PACKAGE_VERSION_MAJOR (0)
|
||||
#define PACKAGE_VERSION_MINOR (4)
|
||||
#define PACKAGE_VERSION_PATCH (2)
|
||||
#define PACKAGE_VERSION_MAJOR 0
|
||||
#define PACKAGE_VERSION_MINOR 4
|
||||
#define PACKAGE_VERSION_PATCH 2
|
||||
|
||||
const char *get_package_version_string(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user