summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/configure.ac
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-22 12:54:19 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-22 12:54:19 +0000
commitca18c962f63ce9d55873266c577f8bc909088174 (patch)
tree67dbec68820e2b9cfdfd31871290ed7b2498bb71 /Build/source/texk/makeindexk/configure.ac
parent63bbba4973d4a37fe7b9e0665e11456802d80aaf (diff)
makeindex: Improve heuristic detection of page number types
git-svn-id: svn://tug.org/texlive/trunk@63361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/configure.ac')
-rw-r--r--Build/source/texk/makeindexk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/configure.ac b/Build/source/texk/makeindexk/configure.ac
index 4ae1fc21feb..5c1b6cf4fef 100644
--- a/Build/source/texk/makeindexk/configure.ac
+++ b/Build/source/texk/makeindexk/configure.ac
@@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([makeindex (TeX Live)], [2.16], [tex-k@tug.org])
+AC_INIT([makeindex (TeX Live)], [2.17], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([mkind.c])
AC_CONFIG_AUX_DIR([../../build-aux])