Compute fallback version string at compile time

This commit is contained in:
ISSOtm
2021-03-09 23:59:34 +01:00
parent 35367282e4
commit e141da1d94
2 changed files with 9 additions and 9 deletions

View File

@@ -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);