diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-30 19:22:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-30 19:22:41 +0000 |
commit | 3ce0761154790ce3492ebbb2ae91b0e25d518b0c (patch) | |
tree | 94083d444895a9cc6f5e4f2d08134187180464ac /Build | |
parent | 43d2ddee757e37d4229fc646bee3961c525aab92 (diff) |
increment kpathsea version to 3.5.6
git-svn-id: svn://tug.org/texlive/trunk@3031 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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") |