Add version handling

This commit is contained in:
2022-08-16 22:27:37 +02:00
parent 9107a2797c
commit 199b48d963
5 changed files with 51 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
#ifndef _VERSION_H_
#define _VERSION_H_
extern const char *version_string;
extern const char *argp_program_version;
#endif /* _VERSION_H_ */