summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-30 19:26:32 +0000
committerKarl Berry <karl@freefriends.org>2006-12-30 19:26:32 +0000
commit465cb7a76505ce7f2ec1e50476f864b1bb422283 (patch)
tree590276625768f78c5cc0269135f1dd42d3da4249 /Build/source/texk
parent3ce0761154790ce3492ebbb2ae91b0e25d518b0c (diff)
bump version to 7.5.6, copyright year to 2007
git-svn-id: svn://tug.org/texlive/trunk@3032 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/NEWS5
-rwxr-xr-xBuild/source/texk/web2c/configure2
-rw-r--r--Build/source/texk/web2c/configure.in2
-rw-r--r--Build/source/texk/web2c/lib/printversion.c4
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);