Do not use '__DATE__' macro for reproducible builds.
[GB.HTTPD] * BUG: Do not use '__DATE__' macro for reproducible builds.
This commit is contained in:
parent
697a9eade9
commit
2b831182ac
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#ifndef _VERSION_H_
|
#ifndef _VERSION_H_
|
||||||
#define _VERSION_H_
|
#define _VERSION_H_
|
||||||
|
|
||||||
#define SERVER_SOFTWARE "gb.httpd " __DATE__
|
#define SERVER_SOFTWARE "gb.httpd"
|
||||||
#define SERVER_ADDRESS "http://gambas.sourceforge.net"
|
#define SERVER_ADDRESS "http://gambas.sourceforge.net"
|
||||||
|
|
||||||
#endif /* _VERSION_H_ */
|
#endif /* _VERSION_H_ */
|
||||||
|
|
Loading…
Reference in a new issue