gambas 2b831182ac Do not use '__DATE__' macro for reproducible builds.
[GB.HTTPD]
* BUG: Do not use '__DATE__' macro for reproducible builds.
2020-06-20 20:12:10 +02:00

10 lines
216 B
C

/* version.h - version defines for thttpd and libhttpd */
#ifndef _VERSION_H_
#define _VERSION_H_
#define SERVER_SOFTWARE "gb.httpd"
#define SERVER_ADDRESS "http://gambas.sourceforge.net"
#endif /* _VERSION_H_ */