summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib
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/web2c/lib
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/web2c/lib')
-rw-r--r--Build/source/texk/web2c/lib/printversion.c4
1 files changed, 2 insertions, 2 deletions
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);