diff src/main.c @ 142:36ca3fa755e0

Autotools merge of packages done
author lost
date Wed, 28 Jan 2009 06:06:05 +0000
parents dbf1b926c2f1
children 0ee5f65bccf9
line wrap: on
line diff
--- a/src/main.c	Wed Jan 28 06:02:33 2009 +0000
+++ b/src/main.c	Wed Jan 28 06:06:05 2009 +0000
@@ -40,7 +40,7 @@
 extern void lwasm_output(asmstate_t *as);
 
 // command line option handling
-const char *argp_program_version = PACKAGE_STRING;
+const char *argp_program_version = "LWASM from " PACKAGE_STRING;
 const char *argp_program_bug_address = PACKAGE_BUGREPORT;
 
 static error_t parse_opts(int key, char *arg, struct argp_state *state)