states/main.c: Use PACKAGE_STRING to produce version string. - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit d55b160c3a26e61c5edea9c6a43d472130bfd4e1
(DIR) parent f0bb6a407eed5009162a4745b33fdbfe3918973f
(HTM) Author: Tim Retout <diocles@gnu.org>
Date: Wed, 2 Jan 2008 01:53:40 +0000
states/main.c: Use PACKAGE_STRING to produce version string.
Diffstat:
M states/ChangeLog | 4 ++++
M states/main.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/states/ChangeLog b/states/ChangeLog
@@ -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.
(DIR) diff --git a/states/main.c b/states/main.c
@@ -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