feat: help, version menu

This commit is contained in:
grialion
2025-07-04 00:15:14 +02:00
parent 92d3351292
commit afd23657c0
3 changed files with 31 additions and 4 deletions

9
include/version.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef LIDM_VERSION
#define LIDM_VERSION "v1.1.1"
#endif
#ifndef LIDM_GIT_DESCRIPTION
#define LIDM_GIT_DESCRIPTION "?"
#endif
#ifndef LIDM_BUILD_DATE
#define LIDM_BUILD_DATE "?"
#endif