Skip to content

Commit

Permalink
Display program name in --version output.
Browse files Browse the repository at this point in the history
Switch from PACKAGE_VERSION to PACKAGE_STRING for argp global.
  • Loading branch information
acolomb committed Aug 11, 2014
1 parent 8ef7f83 commit 05009c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static const char doc[] =
N_("Analyze, transform and manipulate binary data based on ELF symbol tables.");

/// Version information for Argp
const char *argp_program_version = PACKAGE_VERSION;
const char *argp_program_version = PACKAGE_STRING;



Expand Down

0 comments on commit 05009c7

Please sign in to comment.