mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
10 lines
162 B
C
10 lines
162 B
C
|
|
#ifndef EL__VERNUM_H
|
|
#define EL__VERNUM_H
|
|
|
|
extern const char *build_date;
|
|
extern const char *build_time;
|
|
extern const char *build_id;
|
|
|
|
#endif /* EL__VERNUM_H */
|