diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-31 06:23:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-31 06:23:28 +0000 |
commit | 176860f56347dfbdee02f4c794b4dc783cff6042 (patch) | |
tree | 50369517a72a45e6a7080e29e105dbf28c086777 | |
parent | 634a7ab84a128d57a08b5859fe1c170a41acb392 (diff) | |
download | mandoc-176860f56347dfbdee02f4c794b4dc783cff6042.tar.gz |
Version: 1.9.12.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.11 -VDATE = 26 October 2009 +VERSION = 1.9.12 +VDATE = 31 October 2009 VFLAGS = -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g |