Reported by Gabor Kelemen in
<http://lists.gnu.org/archive/html/bug-gettext/2013-08/msg00026.html>.
+2013-08-08 Miguel Angel Arruga Vivas <rosen644835@gmail.com> (tiny change)
+
+ Fix copyright year in xgettext version string.
+ * xgettext.c (main): Update copyright year.
+
2013-07-11 Daiki Ueno <ueno@gnu.org>
Fix crash when parsing '..' with non-string argument.
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2010");
+ "1995-1998, 2000-2013");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}