]> granicus.if.org Git - yasm/commitdiff
Output "real" version and package names (from config.h).
authorPeter Johnson <peter@tortall.net>
Thu, 11 Oct 2001 00:14:25 +0000 (00:14 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 11 Oct 2001 00:14:25 +0000 (00:14 -0000)
svn path=/trunk/yasm/; revision=269

frontends/yasm/yasm.c
src/main.c

index 2c5d9a13d90ede77ff400ce1a6e5b9b8469fbf57..8e1e6b1f6851213e49e40c71ecd356e83c93d024 100644 (file)
@@ -82,8 +82,8 @@ opt_option options[] =
 };
 
 /* help messages */
-char help_head[] = "yasm version 0.1 compiled " __DATE__ "\n"
-                  "copyright (c) 2001 Peter Johnson and Yasm developers\n"
+char help_head[] = "yasm version " VERSION " compiled " __DATE__ "\n"
+                  "copyright (c) 2001 Peter Johnson and " PACKAGE " developers\n"
                   "mailto: asm-devel@bilogic.org\n"
                   "\n"
                   "usage: yasm [options|files]+\n"
index 2c5d9a13d90ede77ff400ce1a6e5b9b8469fbf57..8e1e6b1f6851213e49e40c71ecd356e83c93d024 100644 (file)
@@ -82,8 +82,8 @@ opt_option options[] =
 };
 
 /* help messages */
-char help_head[] = "yasm version 0.1 compiled " __DATE__ "\n"
-                  "copyright (c) 2001 Peter Johnson and Yasm developers\n"
+char help_head[] = "yasm version " VERSION " compiled " __DATE__ "\n"
+                  "copyright (c) 2001 Peter Johnson and " PACKAGE " developers\n"
                   "mailto: asm-devel@bilogic.org\n"
                   "\n"
                   "usage: yasm [options|files]+\n"