From e36392b1d2f5f4bcde3096bf66eccab3c606182f Mon Sep 17 00:00:00 2001 From: ccremers Date: Tue, 1 Feb 2005 20:05:41 +0000 Subject: [PATCH] - Rewrote the way the version number is imported into the source. Much better now. --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 95ed699..45f52f2 100644 --- a/src/main.c +++ b/src/main.c @@ -58,6 +58,7 @@ enum exittypes #include "latex.h" #include "output.h" #include "binding.h" +#include "version.h" #include "argtable2.h"