diff --git a/frontends/tasm/tasm.c b/frontends/tasm/tasm.c index 58954b6..568f478 100644 --- a/frontends/tasm/tasm.c +++ b/frontends/tasm/tasm.c @@ -228,7 +228,6 @@ static opt_option options[] = /* version message */ /*@observer@*/ static const char *version_msg[] = { PACKAGE_STRING, - "Compiled on " __DATE__ ".", "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.", "Run yasm --license for licensing overview and summary." }; diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c index ff4c59e..015ae8d 100644 --- a/frontends/yasm/yasm.c +++ b/frontends/yasm/yasm.c @@ -217,7 +217,6 @@ static opt_option options[] = /* version message */ /*@observer@*/ static const char *version_msg[] = { PACKAGE_STRING, - "Compiled on " __DATE__ ".", "Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.", "Run yasm --license for licensing overview and summary." };