* coffdump.c (PROGRAM_VERSION): Delete.
[deliverable/binutils-gdb.git] / binutils / sysdump.c
index 874b9e5bed933451ba449c548b6628b90c342e98..0b0d49524ffd14b695ac0e7c205b7d237d733dc4 100644 (file)
@@ -33,8 +33,6 @@
 #include <getopt.h>
 #include "sysroff.h"
 
-#define PROGRAM_VERSION "1.0"
-
 static int dump = 1;
 static int segmented_p;
 static int code;
@@ -778,7 +776,7 @@ main (ac, av)
          show_help ();
          /*NOTREACHED*/
        case 'V':
-         printf (_("GNU %s version %s\n"), program_name, PROGRAM_VERSION);
+         print_version ("sysdump");
          exit (0);
          /*NOTREACHED*/
        case 0:
This page took 0.050899 seconds and 4 git commands to generate.