diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-10 13:53:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-10 13:53:02 +0000 |
commit | 464d58efe78e826c764be7bf44ab9b6de3e3a130 (patch) | |
tree | 458af914265e0c03a4ee7f1de510f13af68ad761 /Build/source/texk/dvipsk/dvips.h | |
parent | af8cf58a3e5b445fb97ed74ed784af761ded4228 (diff) |
TL 2012 w/o dev, 6.1.0, other version numbers
git-svn-id: svn://tug.org/texlive/trunk@26287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/dvips.h')
-rw-r--r-- | Build/source/texk/dvipsk/dvips.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h index 2a2114cb094..354a7625d7d 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-2011 by Tomas Rokicki. + * for dvi files. It is (C) Copyright 1986-2012 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.991 Copyright 2011 Radical Eye Software" +"This is dvips(k) 5.992 Copyright 2012 Radical Eye Software" #define BANNER2 "(www.radicaleye.com)" #ifdef KPATHSEA #include "config.h" |