diff options
author | Sanjoy Mahajan <sanjoy@olin.edu> | 2007-01-17 19:44:57 +0000 |
---|---|---|
committer | Sanjoy Mahajan <sanjoy@olin.edu> | 2007-01-17 19:44:57 +0000 |
commit | bd20a8ca78657278f385d36860ed91569b264ba1 (patch) | |
tree | e7b777e169488b65f90b3b9798548edc672c2a1d /Build/source/texk/dvipos/dvipos.c | |
parent | 962bcd857b997ff552fd938fa94e4007565d3690 (diff) |
dvipos: added ChangeLog, revised man page, fixed version strings
Consistent with the GPL's section 2(a), I added a ChangeLog and
updated the version strings to be 20070107. People will then know
that they are running a different dvipos from the CTAN -20030628
version (which didn't work with current versions of ConTeXt), and can
blame the right people (i.e. me) if one of my two changes to dvicore.c
causes a problem. No binaries need rebuilding because all the changes
are to uncompiled files (ChangeLog, dvipos.1) or to uncompiled parts
of files (comments). In utils.h, the #define VERSION was already
20070107, so it remains unchanged.
git-svn-id: svn://tug.org/texlive/trunk@3556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipos/dvipos.c')
-rw-r--r-- | Build/source/texk/dvipos/dvipos.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/dvipos/dvipos.c b/Build/source/texk/dvipos/dvipos.c index 430cd954aaa..e945b23e04d 100644 --- a/Build/source/texk/dvipos/dvipos.c +++ b/Build/source/texk/dvipos/dvipos.c @@ -1,6 +1,4 @@ -/* $Header: /home/cvsroot/dvipos/dvipos.c,v 1.9 2003/06/28 05:43:40 chofchof Exp $ - - dvipos-20030627 +/* dvipos-20070107 Copyright (C) 2003 by Jin-Hwan <chofchof@ktug.or.kr> |