states/main.c: Use PACKAGE_STRING to produce version string.
authorTim Retout <diocles@gnu.org>
Wed, 2 Jan 2008 01:53:40 +0000 (01:53 +0000)
committerTim Retout <diocles@gnu.org>
Wed, 2 Jan 2008 02:08:25 +0000 (02:08 +0000)
states/ChangeLog
states/main.c

index 37e7995..a58f8e8 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-02  Tim Retout  <diocles@gnu.org>
+
+       * main.c (main): Use PACKAGE_STRING to produce version string.
+
 2008-01-01  Tim Retout  <diocles@gnu.org>
 
        * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.
index ae2bc94..8171673 100644 (file)
@@ -196,7 +196,7 @@ main (argc, argv)
   argv[0] = program;
 
   /* Format version string. */
-  sprintf (version, _("states for GNU %s %s"), PACKAGE, VERSION);
+  sprintf (version, _("states for %s"), PACKAGE_STRING);
 
   /* Internationalization. */
 #if HAVE_SETLOCALE