File pd.patch of Package pd
diff --git a/src/s_main.c b/src/s_main.c index 455d8736..d868e9a4 100644 --- a/src/s_main.c +++ b/src/s_main.c @@ -34,8 +34,8 @@ char *pd_version = "Pd-" stringify(PD_MAJOR_VERSION) "." \ stringify(PD_MINOR_VERSION) "." stringify(PD_BUGFIX_VERSION) "\ (" stringify(PD_TEST_VERSION) ")"; -char pd_compiletime[] = __TIME__; -char pd_compiledate[] = __DATE__; +char pd_compiletime[] = ""; +char pd_compiledate[] = ""; void pd_init(void); void pd_term(void);