1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/vernum.c
2021-12-05 16:01:12 +01:00

14 lines
264 B
C

/* Version numbers etc; always rebuilt to reflect the latest info */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "vernum.h"
const char *build_date = __DATE__;
const char *build_time = __TIME__;
const char *build_id = BUILD_ID;