Retry only for https protocol
[elinks.git] / src / vernum.c
blob5fc703672597248ff010c739902da23a65bcfbca
1 /* Version numbers etc; always rebuilt to reflect the latest info */
3 #ifdef HAVE_CONFIG_H
4 #include "config.h"
5 #endif
7 #include "elinks.h"
9 #include "vernum.h"
11 unsigned char *build_date = __DATE__;
12 unsigned char *build_time = __TIME__;
13 unsigned char *build_id = BUILD_ID;