diff options
Diffstat (limited to 'Build/source/texk/kpathsea/win32/mktexpk.c')
-rw-r--r-- | Build/source/texk/kpathsea/win32/mktexpk.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/win32/mktexpk.c b/Build/source/texk/kpathsea/win32/mktexpk.c index e4f23087644..e4bd7c3e5e2 100644 --- a/Build/source/texk/kpathsea/win32/mktexpk.c +++ b/Build/source/texk/kpathsea/win32/mktexpk.c @@ -33,9 +33,6 @@ #include "getdestdir.h" #include "mktexupd.h" -#define WINWEB2CVERSION "Web2C-2011" -#define WINKPSEVERSION " Kpathsea-6.0.1" - #define LLBUF 1024 #define LBUF 512 #define SBUF 256 @@ -118,8 +115,8 @@ skipchar(char **p) static void version (void) { - fprintf (stderr, "%s, (C version 1.5 --ak 2006-2011)\n", progname); - fprintf (stderr, WINWEB2CVERSION WINKPSEVERSION "\n"); + fprintf (stderr, "%s, (C version 1.5 --ak 2006-2012)\n", progname); + fprintf (stderr, WEB2C_KPSE_VERSION "\n"); } static void |