summaryrefslogtreecommitdiff
path: root/indexing/makeindexk/mkind.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-20 03:02:23 +0000
committerNorbert Preining <norbert@preining.info>2021-09-20 03:02:23 +0000
commitc9fcf97bc045a9d020980c33b6c7c1ee5aedef99 (patch)
treebf74a43623e081cad4b72a752730aeff86b7c5cf /indexing/makeindexk/mkind.h
parent996c9b239bde82dc3ef3e5b69cd525e87fdb61a8 (diff)
CTAN sync 202109200302
Diffstat (limited to 'indexing/makeindexk/mkind.h')
-rw-r--r--indexing/makeindexk/mkind.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indexing/makeindexk/mkind.h b/indexing/makeindexk/mkind.h
index 596637ecfa..2860bbc03c 100644
--- a/indexing/makeindexk/mkind.h
+++ b/indexing/makeindexk/mkind.h
@@ -343,9 +343,9 @@ If any array overflows, please report to tex-k@tug.org.
/*====================================================================*/
#if USE_KPATHSEA
-#define VERSION "version 2.15 [TeX Live " TEX_LIVE_VERSION "] (kpathsea + Thai support)"
+#define VERSION "version 2.16 [TeX Live " TEX_LIVE_VERSION "] (kpathsea + Thai support)"
#else
-#define VERSION "version 2.15 [20-Nov-2007] (with Thai support)"
+#define VERSION "version 2.16 [19-Sep-2021] (with Thai support)"
#endif
#define PUT_VERSION { \
@@ -428,6 +428,7 @@ extern char idx_escape;
extern char page_comp[ARRAY_MAX];
extern int page_offset[PAGETYPE_MAX];
+extern char page_prec[ARRAY_MAX];
extern char preamble[ARRAY_MAX];
extern char postamble[ARRAY_MAX];