1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00
elinks/src/vernum.c

16 lines
299 B
C
Raw Normal View History

/* Version numbers etc; always rebuilt to reflect the latest info */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "vernum.h"
#ifndef CONFIG_REPRODUCIBLE
2021-12-05 10:01:12 -05:00
const char *build_date = __DATE__;
const char *build_time = __TIME__;
#endif
2021-12-05 10:01:12 -05:00
const char *build_id = BUILD_ID;