From 0db02e2364d93cad88a1df785984438635066e39 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 24 Jul 2011 10:09:03 +0000 Subject: Tuned the initial eqn output, making it completely simple. This completes a full initial eqn system, so I'm tagging a release on it. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eceee4fd..ceeaab60 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -VERSION = 1.11.4 -VDATE = 12 July 2011 +VERSION = 1.11.5 +VDATE = 24 July 2011 # IFF your system supports multi-byte functions (setlocale(), wcwidth(), # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a # UCS-4 value) should you define USE_WCHAR. If you define it and your -- cgit