summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipos/win32.mak
diff options
context:
space:
mode:
authorSanjoy Mahajan <sanjoy@olin.edu>2007-01-17 19:44:57 +0000
committerSanjoy Mahajan <sanjoy@olin.edu>2007-01-17 19:44:57 +0000
commitbd20a8ca78657278f385d36860ed91569b264ba1 (patch)
treee7b777e169488b65f90b3b9798548edc672c2a1d /Build/source/texk/dvipos/win32.mak
parent962bcd857b997ff552fd938fa94e4007565d3690 (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/win32.mak')
-rw-r--r--Build/source/texk/dvipos/win32.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipos/win32.mak b/Build/source/texk/dvipos/win32.mak
index 12077cd5b6c..728cad387dd 100644
--- a/Build/source/texk/dvipos/win32.mak
+++ b/Build/source/texk/dvipos/win32.mak
@@ -9,7 +9,7 @@
root_srcdir = ..\..
INCLUDE=$(INCLUDE);$(root_srcdir)\..\win32
-version = 20030628
+version = 20070107
USE_GNUW32 = 1
USE_KPATHSEA = 1