summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-09 21:26:50 +0000
committerKarl Berry <karl@freefriends.org>2023-02-09 21:26:50 +0000
commit17a64c223cc48642e7e5f37094d1a75b2e111f45 (patch)
treea68db1e94b85b3c80a685641ec24dd3a24731d8c /Build/source/texk/upmendex
parent1d76989ba8a9ed4861f7ae979511ada014cbabd7 (diff)
version/NEWS preparing for 2023
git-svn-id: svn://tug.org/texlive/trunk@65770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex')
-rw-r--r--Build/source/texk/upmendex/COPYRIGHT2
-rwxr-xr-xBuild/source/texk/upmendex/configure2
-rw-r--r--Build/source/texk/upmendex/main.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/upmendex/COPYRIGHT b/Build/source/texk/upmendex/COPYRIGHT
index 50cd28cd581..c978845afc1 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-2022 TANAKA Takuji
+ 2015-2023 TANAKA Takuji
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/Build/source/texk/upmendex/configure b/Build/source/texk/upmendex/configure
index 34ccf41dd5d..834f9622029 100755
--- a/Build/source/texk/upmendex/configure
+++ b/Build/source/texk/upmendex/configure
@@ -14509,7 +14509,7 @@ ac_config_headers="$ac_config_headers c-auto.h:c-auto.in"
-printf "%s\n" "#define TL_VERSION \"TeX Live 2023/dev\"" >>confdefs.h
+printf "%s\n" "#define TL_VERSION \"TeX Live 2023\"" >>confdefs.h
{ printf "%s\n" "$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 c94280ff933..ed8b95d836a 100644
--- a/Build/source/texk/upmendex/main.c
+++ b/Build/source/texk/upmendex/main.c
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
default:
fprintf(stderr,"upmendex - index processor, %s (%s).\n",VERSION, TL_VERSION);
- fprintf(stderr," Copyright 2009 ASCII MEDIA WORKS, 2015-2022 TANAKA Takuji\n");
+ fprintf(stderr," Copyright 2009 ASCII MEDIA WORKS, 2015-2023 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");