| --- frontends/tasm/tasm.c |
| +++ frontends/tasm/tasm.c |
| /*@observer@*/ static const char *version_msg[] = { |
| - "Compiled on " __DATE__ ".", |
| "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.", |
| "Run yasm --license for licensing overview and summary." |
| --- frontends/yasm/yasm.c |
| +++ frontends/yasm/yasm.c |
| /*@observer@*/ static const char *version_msg[] = { |
| - "Compiled on " __DATE__ ".", |
| "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.", |
| "Run yasm --license for licensing overview and summary." |