summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-24 10:09:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-24 10:09:03 +0000
commitdf50b5d64e0d28bd648ff97b998eced503c945fc (patch)
treed9ad05ade4dcf6795aab4da47c7035e27f2f7b7b /Makefile
parent234884d113221f817102fb404dadd44b4e860fb9 (diff)
downloadmandoc-df50b5d64e0d28bd648ff97b998eced503c945fc.tar.gz
mandoc-df50b5d64e0d28bd648ff97b998eced503c945fc.tar.zst
mandoc-df50b5d64e0d28bd648ff97b998eced503c945fc.zip
Tuned the initial eqn output, making it completely simple. This
completes a full initial eqn system, so I'm tagging a release on it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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