repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Create .gitignore file when builddir != srcdir
[elinks.git]
/
src
/
vernum.c
blob
5fc703672597248ff010c739902da23a65bcfbca
1
/* Version numbers etc; always rebuilt to reflect the latest info */
2
3
#ifdef HAVE_CONFIG_H
4
#include
"config.h"
5
#endif
6
7
#include
"elinks.h"
8
9
#include
"vernum.h"
10
11
unsigned char
*
build_date
=
__DATE__
;
12
unsigned char
*
build_time
=
__TIME__
;
13
unsigned char
*
build_id
=
BUILD_ID
;