1 --- frontends/tasm/tasm.c
2 +++ frontends/tasm/tasm.c
5 /*@observer@*/ static const char *version_msg[] = {
7 +#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
8 "Compiled on " __DATE__ ".",
10 "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
11 "Run yasm --license for licensing overview and summary."
13 --- frontends/yasm/yasm.c
14 +++ frontends/yasm/yasm.c
17 /*@observer@*/ static const char *version_msg[] = {
19 +#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
20 "Compiled on " __DATE__ ".",
22 "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
23 "Run yasm --license for licensing overview and summary."