mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
14 lines
273 B
C
14 lines
273 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"
|
|
|
|
unsigned char *build_date = __DATE__;
|
|
unsigned char *build_time = __TIME__;
|
|
unsigned char *build_id = BUILD_ID;
|