aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit096b9eb1745c1bb9b8ca952d36f335f066bda384 (patch)
treeb39a526f811fbaa4a8d3af635266d1f4c08a4e9a /Makefile
parent88f15230be7f66fcbb0009b5e966bad9b4f425c9 (diff)
downloadmandoc-096b9eb1745c1bb9b8ca952d36f335f066bda384.tar.gz
mandoc-096b9eb1745c1bb9b8ca952d36f335f066bda384.tar.zst
mandoc-096b9eb1745c1bb9b8ca952d36f335f066bda384.zip
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 \