summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/Build2
-rw-r--r--Build/source/ChangeLog4
-rw-r--r--Build/source/texk/dvipsk/ChangeLog7
-rw-r--r--Build/source/texk/dvipsk/afm2tfm.c4
-rwxr-xr-xBuild/source/texk/dvipsk/configure22
-rw-r--r--Build/source/texk/dvipsk/configure.ac4
-rw-r--r--Build/source/texk/dvipsk/dvips.c2
-rw-r--r--Build/source/texk/dvipsk/dvips.h4
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/NEWS3
-rw-r--r--Build/source/texk/kpathsea/c-auto.in2
-rw-r--r--Build/source/texk/kpathsea/configure.ac2
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c4
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf8
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/NEWS3
-rw-r--r--Build/source/texk/web2c/c-auto.in2
-rwxr-xr-xBuild/source/texk/web2c/configure24
-rw-r--r--Build/source/texk/web2c/configure.ac4
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog4
-rw-r--r--Build/source/texk/web2c/lib/printversion.c2
21 files changed, 74 insertions, 43 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 66bebc7ae22..111c17f4b0e 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -66,7 +66,7 @@ cd $TL_WORKDIR || exit 1
: ${TL_CONFIGURE=../configure}
# banner for TeX et al.
-: ${TL_CONF_BANNER=--with-tex-banner='"TeX Live 2010/dev"'}
+: ${TL_CONF_BANNER=--with-tex-banner='"TeX Live 2010/pretest"'}
# longinteger and off_t declarations are still inconsistent, do not
# enable this unless you are testing.
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
index 6d13525f121..b220e9c1d2f 100644
--- a/Build/source/ChangeLog
+++ b/Build/source/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-18 Karl Berry <karl@tug.org>
+
+ * Build (TL_CONF_BANNER): switch ident to /pretest.
+
2010-04-11 Karl Berry <karl@tug.org>
* m4/kpse-pkgs.m4 (KPSE_TEXK_PKGS): add ptexenc, makejvf, mendexk.
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index 27c7560d21e..c52e5fca105 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-18 Karl Berry <karl@tug.org>
+
+ * configure.ac (AC_INIT),
+ * afm2tfm.c: (version),
+ * dvips.c (main),
+ * dvips.h (BANNER): 5.99/pretest, 2010.
+
2010-05-14 Karl Berry <karl@tug.org>
* resident.c,
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c
index bf02aa79ee9..1b15fb85788 100644
--- a/Build/source/texk/dvipsk/afm2tfm.c
+++ b/Build/source/texk/dvipsk/afm2tfm.c
@@ -1505,9 +1505,9 @@ writevpl(void)
static void
version(FILE *f)
{
- fputs ("afm2tfm(k) (dvips(k) 5.98) 8.1\n", f);
+ fputs ("afm2tfm(k) (dvips(k) 5.99/pretest) 8.1\n", f);
fprintf (f, "%s\n", kpathsea_version_string);
- fputs ("Copyright 2009 Radical Eye Software.\n\
+ fputs ("Copyright 2010 Radical Eye Software.\n\
There is NO warranty. You may redistribute this software\n\
under the terms of the GNU General Public License\n\
and the Dvips copyright.\n\
diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure
index c876896b3e0..78851913685 100755
--- a/Build/source/texk/dvipsk/configure
+++ b/Build/source/texk/dvipsk/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for dvipsk 5.98.
+# Generated by GNU Autoconf 2.65 for dvipsk 5.99/pretest.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dvipsk'
PACKAGE_TARNAME='dvipsk'
-PACKAGE_VERSION='5.98'
-PACKAGE_STRING='dvipsk 5.98'
+PACKAGE_VERSION='5.99/pretest'
+PACKAGE_STRING='dvipsk 5.99/pretest'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1431,7 +1431,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dvipsk 5.98 to adapt to many kinds of systems.
+\`configure' configures dvipsk 5.99/pretest to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1501,7 +1501,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dvipsk 5.98:";;
+ short | recursive ) echo "Configuration of dvipsk 5.99/pretest:";;
esac
cat <<\_ACEOF
@@ -1611,7 +1611,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dvipsk configure 5.98
+dvipsk configure 5.99/pretest
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2271,7 +2271,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dvipsk $as_me 5.98, which was
+It was created by dvipsk $as_me 5.99/pretest, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -6996,7 +6996,7 @@ fi
# Define the identity of the package.
PACKAGE='dvipsk'
- VERSION='5.98'
+ VERSION='5.99/pretest'
cat >>confdefs.h <<_ACEOF
@@ -12446,7 +12446,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-dvipsk config.lt 5.98
+dvipsk config.lt 5.99/pretest
configured by $0, generated by GNU Autoconf 2.65.
Copyright (C) 2008 Free Software Foundation, Inc.
@@ -14019,7 +14019,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by dvipsk $as_me 5.98, which was
+This file was extended by dvipsk $as_me 5.99/pretest, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14085,7 +14085,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-dvipsk config.status 5.98
+dvipsk config.status 5.99/pretest
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac
index a36b0ddc1ff..c5d2f6f4076 100644
--- a/Build/source/texk/dvipsk/configure.ac
+++ b/Build/source/texk/dvipsk/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([dvipsk], [5.98], [tex-k@tug.org])
+AC_INIT([dvipsk], [5.99/pretest], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([dvips.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/texk/dvipsk/dvips.c b/Build/source/texk/dvipsk/dvips.c
index 4c5e48629f8..43afc28b6d0 100644
--- a/Build/source/texk/dvipsk/dvips.c
+++ b/Build/source/texk/dvipsk/dvips.c
@@ -647,7 +647,7 @@ main(int argc, char **argv)
} else if (strcmp (argv[1], "--version") == 0) {
puts (BANNER);
puts (kpathsea_version_string);
- puts ("Copyright 2009 Radical Eye Software.\n\
+ puts ("Copyright 2010 Radical Eye Software.\n\
There is NO warranty. You may redistribute this software\n\
under the terms of the GNU General Public License\n\
and the Dvips copyright.\n\
diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h
index 6cc1389dcaa..55de4575617 100644
--- a/Build/source/texk/dvipsk/dvips.h
+++ b/Build/source/texk/dvipsk/dvips.h
@@ -1,6 +1,6 @@
/* $Id$
* This is dvips, a freely redistributable PostScript driver
- * for dvi files. It is (C) Copyright 1986-2008 by Tomas Rokicki.
+ * for dvi files. It is (C) Copyright 1986-2010 by Tomas Rokicki.
* You may freely use, modify and/or distribute this program or any
* portion thereof.
*/
@@ -15,7 +15,7 @@
#define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i))
#define BANNER \
-"This is dvips(k) 5.98dev Copyright 2010 Radical Eye Software"
+"This is dvips(k) 5.99/pretest Copyright 2010 Radical Eye Software"
#define BANNER2 "(www.radicaleye.com)"
#ifdef KPATHSEA
#include "config.h"
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 6c52b98edcf..7e09056af5f 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-18 Karl Berry <karl@tug.org>
+
+ * NEWS,
+ * kpsewhich.c (read_command_line),
+ * texmf.cnf (TEXMFCONFIG, TEXMFVAR): 2010.
+
2010-05-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* access.c: Adapt comment to facts.
diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS
index 0931f68390f..b1c0ee777cf 100644
--- a/Build/source/texk/kpathsea/NEWS
+++ b/Build/source/texk/kpathsea/NEWS
@@ -1,5 +1,8 @@
This file records noteworthy changes. (Public domain.)
+6.0.0 (for TeX Collection 2010)
+* Change xmalloc and friends to use size_t, changing the ABI.
+
5.0.0 (for TeX Collection 2009, 13 October 2009)
* Make shared library version and general package version the same.
* Make library re-entrant, thus unavoidable binary API changes.
diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in
index d3d91931176..d889da641ca 100644
--- a/Build/source/texk/kpathsea/c-auto.in
+++ b/Build/source/texk/kpathsea/c-auto.in
@@ -2,7 +2,7 @@
/* c-auto.h: defines for kpathsea, as determined by configure.
- Copyright 1994-97, 2008, 2009 Karl Berry.
+ Copyright 1994-97, 2008, 2009, 2010 Karl Berry.
Copyright 1997-99, 2002, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac
index e3a641214fe..c2b0d8de104 100644
--- a/Build/source/texk/kpathsea/configure.ac
+++ b/Build/source/texk/kpathsea/configure.ac
@@ -84,7 +84,7 @@ AC_CONFIG_HEADERS([c-auto.h:c-auto.in],
AH_TOP([/* c-auto.h: defines for kpathsea, as determined by configure.
- Copyright 1994-97, 2008, 2009 Karl Berry.
+ Copyright 1994-97, 2008, 2009, 2010 Karl Berry.
Copyright 1997-99, 2002, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index 7575dbfe335..73994ffe370 100644
--- a/Build/source/texk/kpathsea/kpsewhich.c
+++ b/Build/source/texk/kpathsea/kpsewhich.c
@@ -1,7 +1,7 @@
/* kpsewhich -- standalone path lookup and variable expansion for Kpathsea.
Ideas from Thomas Esser, Pierre MacKay, and many others.
- Copyright 1995-2009 Karl Berry & Olaf Weber.
+ Copyright 1995-2010 Karl Berry & Olaf Weber.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -560,7 +560,7 @@ read_command_line (kpathsea kpse, int argc, string *argv)
} else if (ARGUMENT_IS ("version")) {
puts (kpathsea_version_string);
- puts ("Copyright 2009 Karl Berry & Olaf Weber.\n\
+ puts ("Copyright 2010 Karl Berry & Olaf Weber.\n\
License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <http://gnu.org/licenses/lgpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index f216f47e7e9..cba3213dfc3 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -4,8 +4,8 @@
% If you modify this original file, YOUR CHANGES WILL BE LOST when it is
% updated. Instead, put your changes -- and only your changes, not an
% entire copy of the full texmf.cnf! -- in ../../texmf.cnf. That is, if
-% this file is installed in /some/path/to/texlive/2009/texmf/web2c/texmf.cnf,
-% add your custom settings to /some/path/to/texlive/2009/texmf.cnf.
+% this file is installed in /some/path/to/texlive/2010/texmf/web2c/texmf.cnf,
+% add your custom settings to /some/path/to/texlive/2010/texmf.cnf.
%
% What follows is a super-summary of what this .cnf file can
% contain. Please read the Kpathsea manual for more information.
@@ -89,7 +89,7 @@ TEXMFHOME = ~/texmf
% TEXMFVAR = $TEXMFMAIN
% For using a separate tree:
% TEXMFVAR = ~/.texmf-var # teTeX 3.0 default
-TEXMFVAR = ~/.texlive2009/texmf-var
+TEXMFVAR = ~/.texlive2010/texmf-var
% TEXMFCONFIG, where texconfig stores configuration data.
% With teTeX-3.0 or later, this must be set.
@@ -99,7 +99,7 @@ TEXMFVAR = ~/.texlive2009/texmf-var
% TEXMFCONFIG = ~/.texmf-config # teTeX 3.0 default
% For using a separate tree:
% TEXMFCONFIG = $SELFAUTOPARENT/texmf-config
-TEXMFCONFIG = ~/.texlive2009/texmf-config
+TEXMFCONFIG = ~/.texlive2010/texmf-config
% Now, list all the texmf trees. If you have multiple trees you can
% use shell brace notation, like this:
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 5c867b2548a..3cf0383b332 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-18 Karl Berry <karl@tug.org>
+
+ * configure.ac (web2_version): use /pretest ident.
+
2010-05-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* cpascal.h (BIBXRETALLOCSTRING): Need parens around new_size.
diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS
index 6277eb5a346..aaa565deeb2 100644
--- a/Build/source/texk/web2c/NEWS
+++ b/Build/source/texk/web2c/NEWS
@@ -1,5 +1,8 @@
This file records noteworthy changes. (Public domain.)
+2010 (for TeX Collection 2010)
+* BibTeX line-breaking bug fix.
+
2009 (for TeX Collection 2009, 13 October 2009)
* --shell-restricted aka shell_escape=p for restricted shell access.
* --enable-write18 and --disable-write18 accepted as synonyms for
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in
index 18418d6c175..af7be28d136 100644
--- a/Build/source/texk/web2c/c-auto.in
+++ b/Build/source/texk/web2c/c-auto.in
@@ -2,7 +2,7 @@
/* c-auto.h: defines for web2c, as determined by configure.
- Copyright 1994-97, 2008, 2009 Karl Berry.
+ Copyright 1994-97, 2008, 2009, 2010 Karl Berry.
Copyright 1997-99, 2002, 2005 Olaf Weber.
This program is free software: you can redistribute it and/or modify
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index efffc59c340..cf2154028bb 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for Web2C 2010/dev.
+# Generated by GNU Autoconf 2.65 for Web2C 2010/pretest.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Web2C'
PACKAGE_TARNAME='web2c'
-PACKAGE_VERSION='2010/dev'
-PACKAGE_STRING='Web2C 2010/dev'
+PACKAGE_VERSION='2010/pretest'
+PACKAGE_STRING='Web2C 2010/pretest'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1619,7 +1619,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Web2C 2010/dev to adapt to many kinds of systems.
+\`configure' configures Web2C 2010/pretest to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1693,7 +1693,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Web2C 2010/dev:";;
+ short | recursive ) echo "Configuration of Web2C 2010/pretest:";;
esac
cat <<\_ACEOF
@@ -1878,7 +1878,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Web2C configure 2010/dev
+Web2C configure 2010/pretest
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2790,7 +2790,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Web2C $as_me 2010/dev, which was
+It was created by Web2C $as_me 2010/pretest, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -3164,7 +3164,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-WEB2CVERSION=2010/dev
+WEB2CVERSION=2010/pretest
am__api_version='1.11'
@@ -7518,7 +7518,7 @@ fi
# Define the identity of the package.
PACKAGE='web2c'
- VERSION='2010/dev'
+ VERSION='2010/pretest'
cat >>confdefs.h <<_ACEOF
@@ -19896,7 +19896,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-Web2C config.lt 2010/dev
+Web2C config.lt 2010/pretest
configured by $0, generated by GNU Autoconf 2.65.
Copyright (C) 2008 Free Software Foundation, Inc.
@@ -22658,7 +22658,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Web2C $as_me 2010/dev, which was
+This file was extended by Web2C $as_me 2010/pretest, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22724,7 +22724,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Web2C config.status 2010/dev
+Web2C config.status 2010/pretest
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 73fdcd52a93..82c90984887 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -19,7 +19,7 @@ dnl get these features if you are willing to hack the sources. If not,
dnl it'll take a good argument to convince me to invest the time to make
dnl them configurable.
dnl
-m4_define([web2_version], [2010/dev])
+m4_define([web2_version], [2010/pretest])
AC_INIT([Web2C], web2_version(), [tex-k@tug.org])
AC_PREREQ([2.65])
dnl
@@ -278,7 +278,7 @@ AC_CONFIG_HEADERS([c-auto.h:c-auto.in],
AH_TOP([/* c-auto.h: defines for web2c, as determined by configure.
- Copyright 1994-97, 2008, 2009 Karl Berry.
+ Copyright 1994-97, 2008, 2009, 2010 Karl Berry.
Copyright 1997-99, 2002, 2005 Olaf Weber.
This program is free software: you can redistribute it and/or modify
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index 023db680a01..bffcf58a045 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-18 Karl Berry <karl@tug.org>
+
+ * printversion.c (printversionandexit): 2010.
+
2010-05-10 Karl Berry <karl@tug.org>
* input2int.c (zinput2ints, zinput3ints): don't bother
diff --git a/Build/source/texk/web2c/lib/printversion.c b/Build/source/texk/web2c/lib/printversion.c
index 85399a44916..fde4d43fe04 100644
--- a/Build/source/texk/web2c/lib/printversion.c
+++ b/Build/source/texk/web2c/lib/printversion.c
@@ -51,7 +51,7 @@ printversionandexit (const_string banner,
#endif
if (copyright_holder) {
- printf ("Copyright 2009 %s.\n", copyright_holder);
+ printf ("Copyright 2010 %s.\n", copyright_holder);
if (!author)
author = copyright_holder;
}