1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
elinks/src/vernum.h
2021-12-05 16:01:12 +01:00

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 */