include/version.h aktualisiert

This commit is contained in:
2024-01-11 20:31:36 +01:00
parent 5439d73032
commit e79ddf0c7a

View File

@@ -11,8 +11,8 @@
extern "C" {
#endif
const char* gVERSION;
const char* gVERSION_SHORT;
extern const char* gVERSION;
extern const char* gVERSION_SHORT;
#ifdef __cplusplus
}