diff options
Diffstat (limited to 'src/system.h')
-rw-r--r-- | src/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h index d840ed505..88765e0f1 100644 --- a/src/system.h +++ b/src/system.h @@ -423,7 +423,7 @@ enum #define case_GETOPT_VERSION_CHAR(Program_name, Authors) \ case GETOPT_VERSION_CHAR: \ - version_etc (stdout, Program_name, GNU_PACKAGE, VERSION, Authors, \ + version_etc (stdout, Program_name, PACKAGE_NAME, VERSION, Authors, \ (char *) NULL); \ exit (EXIT_SUCCESS); \ break; |