diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/NEWS | 5 | ||||
-rwxr-xr-x | Build/source/texk/web2c/configure | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/configure.in | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/printversion.c | 4 |
5 files changed, 13 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index cc7cb15632c..6ae831ca26b 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 Karl Berry <karl@tug.org> + + * configure.in: bump version to 7.5.6. + 2006-12-27 Karl Berry <karl@tug.org> * fmtutil.in: the binary name is pdftex now. diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index 29317455abe..7c86cff8e80 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,4 +1,9 @@ This file records noteworthy changes. + +7.5.6 (for TeX Collection 2006-07) +* Include XeTeX. +* pdfTeX and MetaPost updates. + 7.5.5 * BibTeX: dynamically resize the buffer (and related arrays). * MP: Version 0.9 diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 4e11231b3ca..d1342aaf94a 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -640,7 +640,7 @@ fi -WEB2CVERSION=7.5.5 +WEB2CVERSION=7.5.6 cat >> confdefs.h <<EOF #define WEB2CVERSION " (Web2C $WEB2CVERSION)" diff --git a/Build/source/texk/web2c/configure.in b/Build/source/texk/web2c/configure.in index d13e73f9ff5..eb91c5471f2 100644 --- a/Build/source/texk/web2c/configure.in +++ b/Build/source/texk/web2c/configure.in @@ -16,7 +16,7 @@ dnl to build part of the distribution may not have any given program. dnl Even main.c isn't guaranteed, but then nothing is, really ... AC_INIT(web2c/main.c) -WEB2CVERSION=7.5.5 +WEB2CVERSION=7.5.6 AC_SUBST(WEB2CVERSION) AC_DEFINE_UNQUOTED(WEB2CVERSION," (Web2C $WEB2CVERSION)") diff --git a/Build/source/texk/web2c/lib/printversion.c b/Build/source/texk/web2c/lib/printversion.c index a120deccb3c..c16b0562660 100644 --- a/Build/source/texk/web2c/lib/printversion.c +++ b/Build/source/texk/web2c/lib/printversion.c @@ -40,12 +40,12 @@ printversionandexit P4C(const_string, banner, puts (kpathsea_version_string); if (copyright_holder) { - printf ("Copyright 2005 %s.\n", copyright_holder); + printf ("Copyright 2007 %s.\n", copyright_holder); if (!author) author = copyright_holder; } - puts ("Kpathsea is copyright 2005 Karl Berry and Olaf Weber."); + puts ("Kpathsea is copyright 2007 Karl Berry and Olaf Weber."); puts ("There is NO warranty. Redistribution of this software is"); fputs ("covered by the terms of ", stdout); |