diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-11 23:54:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-11 23:54:46 +0000 |
commit | 25686c679f92961b5f68b973da170f001567e853 (patch) | |
tree | 4e6569c29c0dace69a626df52c0432c63c7158bc /Build | |
parent | e7cdfcc07fb0063b8616091450e14244dca21fa4 (diff) |
bump version 2.15 I guess
git-svn-id: svn://tug.org/texlive/trunk@5164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/makeindexk/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/makeindexk/mkind.h | 4 |
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 { \ |