summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/texindex/texindex.awk
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-24 03:02:57 +0000
committerNorbert Preining <norbert@preining.info>2023-01-24 03:02:57 +0000
commitb06c6695162b493aeec3b594c6beb518c15c98ba (patch)
tree0c1dc3cfc73ea789d6bdc4673d776f3ef652d6d8 /macros/texinfo/texinfo/texindex/texindex.awk
parent4451a2090261307c963209bc65fea9fde4eceeea (diff)
CTAN sync 202301240302
Diffstat (limited to 'macros/texinfo/texinfo/texindex/texindex.awk')
-rw-r--r--macros/texinfo/texinfo/texindex/texindex.awk4
1 files changed, 2 insertions, 2 deletions
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 <https://gnu.org/licenses/gpl.html>"
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"