summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-03-24 01:54:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-03-24 01:54:43 +0000
commit00ae8cb5d641e5a769cbbcb91d214d7bea8fb609 (patch)
tree8fff5b034c30dc955993b9d5eff993f19dbcc963 /Makefile
parentb0976924948da9277626c1ae9d5fe06b0b25fc09 (diff)
downloadmandoc-00ae8cb5d641e5a769cbbcb91d214d7bea8fb609.tar.gz
Get ready for a version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 474b408d..304237b4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@
#
# CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
-VERSION = 1.12.0
-VDATE = 8 October 2011
+VERSION = 1.12.1
+VDATE = 23 March 2012
# IFF your system supports multi-byte functions (setlocale(), wcwidth(),
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
@@ -142,7 +142,6 @@ SRCS = Makefile \
preconv.c \
predefs.in \
read.c \
- regress \
roff.7 \
roff.c \
st.c \