diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-24 01:54:43 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-24 01:54:43 +0000 |
commit | 00ae8cb5d641e5a769cbbcb91d214d7bea8fb609 (patch) | |
tree | 8fff5b034c30dc955993b9d5eff993f19dbcc963 /Makefile | |
parent | b0976924948da9277626c1ae9d5fe06b0b25fc09 (diff) | |
download | mandoc-00ae8cb5d641e5a769cbbcb91d214d7bea8fb609.tar.gz |
Get ready for a version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 \ |