diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-01-01 19:22:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-01-01 19:22:56 +0000 |
commit | 77898ecf38545771f0232b2f762abdf01cdaff25 (patch) | |
tree | 55bc9255ac2f269e0c08a99f278becf18ab1d566 | |
parent | 9c999d81b15b776117a13750af7290586e9f385e (diff) | |
download | mandoc-77898ecf38545771f0232b2f762abdf01cdaff25.tar.gz |
Version (pre): 1.9.15-pre2
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.14 -VDATE = 16 November 2009 +VERSION = 1.9.15-pre2 +VDATE = 02 January 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |