mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-05 07:18:43 +02:00
10 lines
186 B
C
10 lines
186 B
C
#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
|