diff --git a/src/ccze.c b/src/ccze.c index ea5860f..a305350 100644 --- a/src/ccze.c +++ b/src/ccze.c @@ -75,8 +75,8 @@ static volatile sig_atomic_t sighup_received = 0; #ifndef HAVE_ARGP_PARSE const char *argp_program_name = "ccze"; #endif -const char *argp_program_version = "ccze 0.3." PATCHLEVEL; -const char *argp_program_bug_address = ""; +const char *argp_program_version = "ccze 0.3." PATCHLEVEL; /* FIXME: pass the version from the configure script */ +const char *argp_program_bug_address = ""; /* FIXME: pass URL from the configure script */ static struct argp_option options[] = { {"rcfile", 'F', "FILE", 0, "Read configuration from FILE", 1}, {"html", 'h', NULL, 0, "Generate HTML output", 1},