From e16bd204744119e70041a1165438a8c19a86b471 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 10 Jun 2010 10:19:27 +0200 Subject: [PATCH] Drop the current maintainer line from the version display. --- src/ChangeLog | 4 ++++ src/main.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ab421139..4a356d63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-06-10 Giuseppe Scrivano + + * main.c (print_version): Drop the current maintainer line. + 2010-06-10 Giuseppe Scrivano * Makefile.am (build_info.c): Generate the `build_info.c' file under diff --git a/src/main.c b/src/main.c index fbf6a33b..fa46eb57 100644 --- a/src/main.c +++ b/src/main.c @@ -853,8 +853,6 @@ There is NO WARRANTY, to the extent permitted by law.\n"), stdout); names such as this one. See en_US.po for reference. */ fputs (_("\nOriginally written by Hrvoje Niksic .\n"), stdout); - fputs (_("Currently maintained by Micah Cowan .\n"), - stdout); fputs (_("Please send bug reports and questions to .\n"), stdout); exit (0); -- 2.39.2