2b831182ac
[GB.HTTPD] * BUG: Do not use '__DATE__' macro for reproducible builds.
10 lines
216 B
C
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_ */
|