summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/makeindexk/ChangeLog1
-rw-r--r--Build/source/texk/makeindexk/mkind.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/makeindexk/ChangeLog b/Build/source/texk/makeindexk/ChangeLog
index c25d99f5dd1..a66f4cf6bc0 100644
--- a/Build/source/texk/makeindexk/ChangeLog
+++ b/Build/source/texk/makeindexk/ChangeLog
@@ -1,6 +1,7 @@
2007-10-12 Karl Berry <karl@tug.org>
* mkind.h (STRING_MAX): bump to 512, why not?
+ (VERSION): change this.
* avoid seg fault on long filenames.
From Jindrich Novy, https://bugzilla.redhat.com/show_bug.cgi?id=225491.
diff --git a/Build/source/texk/makeindexk/mkind.h b/Build/source/texk/makeindexk/mkind.h
index 8b20c3d0a76..7555fb60ede 100644
--- a/Build/source/texk/makeindexk/mkind.h
+++ b/Build/source/texk/makeindexk/mkind.h
@@ -342,9 +342,9 @@ ensuing.
/*====================================================================*/
#if USE_KPATHSEA
-#define VERSION "version 2.14 [02-Oct-2002] (kpathsea + Thai support)"
+#define VERSION "version 2.15 [12-Oct-2007] (kpathsea + Thai support)"
#else
-#define VERSION "version 2.14 [02-Oct-2002] (with Thai support)"
+#define VERSION "version 2.15 [12-Oct-2007] (with Thai support)"
#endif
#define PUT_VERSION { \