From c4b500dca2af2f44a1cc8bb0cb1693147d48a047 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 8 Jun 2007 10:50:55 +0000 Subject: [PATCH] Update year in --version output. --- gettext-runtime/src/ChangeLog | 6 ++++++ gettext-runtime/src/envsubst.c | 2 +- gettext-runtime/src/gettext.c | 2 +- gettext-runtime/src/ngettext.c | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 9b4264263..ef5d3be18 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,9 @@ +2007-06-08 Bruno Haible + + * gettext.c (main): Update year in --version output. + * ngettext.c (main): Likewise. + * envsubst.c (main): Likewise. + 2007-05-28 Bruno Haible * Makefile.am (MOSTLYCLEANFILES, CLEANFILES): New variables. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index c5ae9a892..a52802a37 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -114,7 +114,7 @@ main (int argc, char *argv[]) This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ "), - "2003-2006"); + "2003-2007"); printf (_("Written by %s.\n"), proper_name ("Bruno Haible")); exit (EXIT_SUCCESS); } diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index dd495b1ef..9e57045da 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -135,7 +135,7 @@ main (int argc, char *argv[]) This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ "), - "1995-1997, 2000-2006"); + "1995-1997, 2000-2007"); printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper")); exit (EXIT_SUCCESS); } diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index d286d14bf..d65d8f2c6 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -125,7 +125,7 @@ main (int argc, char *argv[]) This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ "), - "1995-1997, 2000-2006"); + "1995-1997, 2000-2007"); printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper")); exit (EXIT_SUCCESS); } -- 2.47.3