Do not use '__DATE__' macro for reproducible builds.

[GB.HTTPD]
* BUG: Do not use '__DATE__' macro for reproducible builds.
This commit is contained in:
gambas 2020-06-20 20:12:10 +02:00
parent 697a9eade9
commit 2b831182ac

View file

@ -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_ */