1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00: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 */