mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
9921e58aba
Finally, we are able to identify the builds more accurately. Now we check if commit-id (cogito tool) is available and pass the output to vernum.c compilation which then exports it as a build_id string. The first line of --version is now a bit long, we should probably move the build date to a second indented line or something.
9 lines
187 B
C
9 lines
187 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, *build_id;
|
|
|
|
#endif /* EL__VERNUM_H */
|