19 lines
422 B
Diff
19 lines
422 B
Diff
|
|
Remove build date to avoid unnecessary builds
|
||
|
|
|
||
|
|
|
||
|
|
---
|
||
|
|
src/misc.c | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
--- a/src/misc.c
|
||
|
|
+++ b/src/misc.c
|
||
|
|
@@ -36,7 +36,7 @@
|
||
|
|
void (*rep_beep_fun)(void);
|
||
|
|
|
||
|
|
DEFSTRING(build_id_string,
|
||
|
|
- BUILD_DATE " by " BUILD_USER "@" BUILD_HOST".");
|
||
|
|
+ " by " BUILD_USER "@" BUILD_HOST".");
|
||
|
|
DEFSTRING(rep_version_string, REP_VERSION);
|
||
|
|
|
||
|
|
DEFSYM(operating_system, "operating-system");
|