]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update year in --version output.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Jun 2007 10:50:55 +0000 (10:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:55 +0000 (12:14 +0200)
gettext-runtime/src/ChangeLog
gettext-runtime/src/envsubst.c
gettext-runtime/src/gettext.c
gettext-runtime/src/ngettext.c

index 9b4264263bf50249964aab849f5d011af0b9c82b..ef5d3be18ade30bb57094abb704d83ba40f076e1 100644 (file)
@@ -1,3 +1,9 @@
+2007-06-08  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.c (main): Update year in --version output.
+       * ngettext.c (main): Likewise.
+       * envsubst.c (main): Likewise.
+
 2007-05-28  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (MOSTLYCLEANFILES, CLEANFILES): New variables.
index c5ae9a892b35766cea48b081ab1b0238c6686456..a52802a37e5d19faaa09dcf776cd22b25e29e8cf 100644 (file)
@@ -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);
     }
index dd495b1ef87c5c0328bf45f78153cb0dd3b7b78f..9e57045daede532684528f5ba08317e26d8c2072 100644 (file)
@@ -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);
     }
index d286d14bf8ec469613085fb30cccb6e730f45de7..d65d8f2c6f2b4ed17b9505e6f8e81683546ddf6b 100644 (file)
@@ -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);
     }