diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/configure | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 5ed366ae354..326e877c216 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 Karl Berry <karl@tug.org> + + * configure.in (KPSEVERSION): 3.5.6. + 2006-12-29 Karl Berry <karl@tug.org> * tex-make.c (set_maketex_mag): deleted wrong extra arg; diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index d9e665337f1..dedc71e9fcf 100755 --- a/Build/source/texk/kpathsea/configure +++ b/Build/source/texk/kpathsea/configure @@ -721,7 +721,7 @@ fi -KPSEVERSION=3.5.5 +KPSEVERSION=3.5.6 cat >> confdefs.h <<EOF #define KPSEVERSION "kpathsea version $KPSEVERSION" diff --git a/Build/source/texk/kpathsea/configure.in b/Build/source/texk/kpathsea/configure.in index c37074f465c..137855cc2cf 100644 --- a/Build/source/texk/kpathsea/configure.in +++ b/Build/source/texk/kpathsea/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(pathsearch.c) -KPSEVERSION=3.5.5 +KPSEVERSION=3.5.6 AC_SUBST(KPSEVERSION) AC_DEFINE_UNQUOTED(KPSEVERSION, "kpathsea version $KPSEVERSION") |