1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/src/vernum.c
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

14 lines
295 B
C

/* Version numbers etc; always rebuilt to reflect the latest info */
/* $Id: vernum.c,v 1.1 2004/04/23 12:29:19 pasky Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "vernum.h"
unsigned char *build_date = __DATE__;
unsigned char *build_time = __TIME__;