Add compile date and time to version.c
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
#ifndef _VERSION_H_
|
||||
#define _VERSION_H_
|
||||
|
||||
extern const char *git_version_string;
|
||||
extern const char *git_full_commit_string;
|
||||
extern const char *version_git_version_string;
|
||||
extern const char *version_git_full_commit_string;
|
||||
extern const char *version_compile_date;
|
||||
extern const char *version_compile_time;
|
||||
|
||||
#endif /* _VERSION_H_ */
|
Reference in New Issue
Block a user