diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-12 19:49:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-12 19:49:35 +0000 |
commit | fa803455177b91cd6aa6b5bdba731a21e0d8723e (patch) | |
tree | ebb78b1e7ab87c7664412803620ca3b7637872d8 /Makefile | |
parent | 50ed526df298a5c610c17c16e91ca00c494fcc0b (diff) | |
download | mandoc-fa803455177b91cd6aa6b5bdba731a21e0d8723e.tar.gz |
Version bumped.VERSION.1.7.13
`.Er' has more section restrictions (Joerg).
Diffstat (limited to 'Makefile')
-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.7.12 -VDATE = 06 April 2009 +VERSION = 1.7.13 +VDATE = 12 April 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |