diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-25 00:06:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-25 00:06:10 +0000 |
commit | c36448f2b3b35a24c2acf1be2b6ae8e080bbf9cb (patch) | |
tree | 412f15972aa124b76f67743b2f5829309f819419 /Build/source/texk/dvipsk/afm2tfm.c | |
parent | f9d18897d7a7bf8f10e01baf78d3e4b27aeaa76d (diff) |
do not suggest default output is to lpr; bump version to 5.991 for TL 2011
git-svn-id: svn://tug.org/texlive/trunk@22194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/afm2tfm.c')
-rw-r--r-- | Build/source/texk/dvipsk/afm2tfm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c index 6b0af8942bf..2147e366167 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.99) 8.1\n", f); + fputs ("afm2tfm(k) (dvips(k) 5.991) 8.1\n", f); fprintf (f, "%s\n", kpathsea_version_string); - fputs ("Copyright 2010 Radical Eye Software.\n\ + fputs ("Copyright 2011 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\ |