From b06c6695162b493aeec3b594c6beb518c15c98ba Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 24 Jan 2023 03:02:57 +0000 Subject: CTAN sync 202301240302 --- macros/texinfo/texinfo/texindex/texindex.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/texinfo/texinfo/texindex/texindex.awk') diff --git a/macros/texinfo/texinfo/texindex/texindex.awk b/macros/texinfo/texinfo/texindex/texindex.awk index a09409a6c8..c5bf992279 100644 --- a/macros/texinfo/texinfo/texindex/texindex.awk +++ b/macros/texinfo/texinfo/texindex/texindex.awk @@ -182,7 +182,7 @@ function version() { print "texindex (GNU texinfo)", Texindex_version print "" - printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2019" + printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2023" print _"License GPLv3+: GNU GPL version 3 or later " print _"This is free software: you are free to change and redistribute it." print _"There is NO WARRANTY, to the extent permitted by law." @@ -196,7 +196,7 @@ BEGIN { EXIT_SUCCESS = 0 EXIT_FAILURE = 1 - Texindex_version = "7.0.1" + Texindex_version = "7.0.2" if (! Invocation_name) { # provide fallback in case it's not passed in. Invocation_name = "texindex" -- cgit v1.2.3