remove all compile time __DATE__ and __TIME__ variables from the source
ok deraadt@, matthieu@
This commit is contained in:
parent
ff3608da51
commit
fbe87ea2ce
@ -45,7 +45,7 @@
|
||||
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)fvwm.c " VERSION " " __DATE__ " fvwm";
|
||||
static char sccsid[] = "@(#)fvwm.c " VERSION " fvwm";
|
||||
#endif
|
||||
|
||||
int master_pid; /* process number of 1st fvwm process */
|
||||
@ -228,8 +228,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
else if (strncasecmp(argv[i], "-version", 8) == 0)
|
||||
{
|
||||
fvwm_msg(INFO,"main", "Fvwm Version %s compiled on %s at %s\n",
|
||||
VERSION,__DATE__,__TIME__);
|
||||
fvwm_msg(INFO,"main", "Fvwm Version %s\n", VERSION);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user