mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
9 lines
176 B
C
9 lines
176 B
C
|
/* $Id: vernum.h,v 1.1 2004/04/23 12:29:19 pasky Exp $ */
|
||
|
|
||
|
#ifndef EL__VERNUM_H
|
||
|
#define EL__VERNUM_H
|
||
|
|
||
|
extern unsigned char *build_date, *build_time;
|
||
|
|
||
|
#endif /* EL__VERNUM_H */
|