summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-17 03:03:54 +0000
committerKarl Berry <karl@freefriends.org>2021-02-17 03:03:54 +0000
commit35961b1b7a2c4aa50dbf5cee7b5819573525e143 (patch)
treefaf062a2dcb7c6203abc966c957e2471eed6a5ad /Build/source/texk/upmendex
parent7a723bc96a6ca91a3ad6873eaee9d3c4ea997752 (diff)
tl2021 version updates
git-svn-id: svn://tug.org/texlive/trunk@57769 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex')
-rw-r--r--Build/source/texk/upmendex/COPYRIGHT2
-rw-r--r--Build/source/texk/upmendex/ChangeLog5
-rwxr-xr-xBuild/source/texk/upmendex/configure2
-rw-r--r--Build/source/texk/upmendex/main.c2
4 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/upmendex/COPYRIGHT b/Build/source/texk/upmendex/COPYRIGHT
index 665d9be464e..9136a016327 100644
--- a/Build/source/texk/upmendex/COPYRIGHT
+++ b/Build/source/texk/upmendex/COPYRIGHT
@@ -1,5 +1,5 @@
Copyright (C) 1995 ASCII Corporation, 2009 ASCII MEDIA WORKS,
- 2015-2020 TANAKA Takuji
+ 2015-2021 TANAKA Takuji
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/Build/source/texk/upmendex/ChangeLog b/Build/source/texk/upmendex/ChangeLog
index e2dc810d827..30928e5d28e 100644
--- a/Build/source/texk/upmendex/ChangeLog
+++ b/Build/source/texk/upmendex/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-17 Karl Berry <karl@freefriends.org>
+
+ * COPYRIGHT,
+ * main.c: copyright 2021.
+
2020-05-01 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
* main.c, version.h, Makefile.{am.in}: Add bug report addresses
diff --git a/Build/source/texk/upmendex/configure b/Build/source/texk/upmendex/configure
index 23730084475..02198c4fb94 100755
--- a/Build/source/texk/upmendex/configure
+++ b/Build/source/texk/upmendex/configure
@@ -17745,7 +17745,7 @@ ac_config_headers="$ac_config_headers c-auto.h:c-auto.in"
-$as_echo "#define TL_VERSION \"TeX Live 2021/dev\"" >>confdefs.h
+$as_echo "#define TL_VERSION \"TeX Live 2021\"" >>confdefs.h
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if C99 variadic macros are supported" >&5
diff --git a/Build/source/texk/upmendex/main.c b/Build/source/texk/upmendex/main.c
index a1e9f4789e0..884c64c15ff 100644
--- a/Build/source/texk/upmendex/main.c
+++ b/Build/source/texk/upmendex/main.c
@@ -155,7 +155,7 @@ int main(int argc, char **argv)
u_getVersion(icuVersion);
u_versionToString(icuVersion, icu_version);
fprintf(stderr,"upmendex - index processor, %s (%s).\n",VERSION, TL_VERSION);
- fprintf(stderr," Copyright 2009 ASCII MEDIA WORKS, 2015-2020 TANAKA Takuji\n");
+ fprintf(stderr," Copyright 2009 ASCII MEDIA WORKS, 2015-2021 TANAKA Takuji\n");
fprintf(stderr," using ICU version %s\n",icu_version);
fprintf(stderr,"usage:\n");
fprintf(stderr,"%% upmendex [-ilqrcgf] [-s sty] [-d dic] [-o ind] [-t log] [-p no] [--] [idx0 idx1 ...]\n");