summaryrefslogtreecommitdiffstats
path: root/trunk/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/main.c')
-rw-r--r--trunk/src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/main.c b/trunk/src/main.c
index e7e87c9..7c3e1a4 100644
--- a/trunk/src/main.c
+++ b/trunk/src/main.c
@@ -61,9 +61,9 @@ const char *undo_output;
int noreexecinit;
time_t initctime;
-const char *argp_program_version = PRELINK_PROG "1.0 (20061201) Wind River Linux";
+const char *argp_program_version = PRELINK_PROG PKGVERSION " 1.0";
-const char *argp_program_bug_address = "<support@windriver.com>";
+const char *argp_program_bug_address = REPORT_BUGS_TO;
static char argp_doc[] = PRELINK_PROG " -- program to relocate and prelink ELF shared libraries and programs";