summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 21:23:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 21:23:50 +0000
commitfcbaf184725c24aa30e71901f802d7948563c7fb (patch)
tree57f850c01ee3b508261134576600bbb9fbed78b0 /Makefile
parenta19043c1d1a89dde89d3b31c9c330d4a3b0c9328 (diff)
downloadmandoc-fcbaf184725c24aa30e71901f802d7948563c7fb.tar.gz
mandoc-fcbaf184725c24aa30e71901f802d7948563c7fb.tar.zst
mandoc-fcbaf184725c24aa30e71901f802d7948563c7fb.zip
Version 1.11.3. Here we go!VERSION_1_11_3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 400ef44a..c535f105 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.2
-VDATE = 12 May 2011
+VERSION = 1.11.3
+VDATE = 26 May 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