summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-02-17 19:56:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-02-17 19:56:17 +0000
commit9e3818b80e6d3769983e2695003bac2ebd51ce43 (patch)
treed0ccce191580b40b19a670601bea51212d6eda49 /Makefile
parent01ec62f6e0cd6dfb26177bbf011becf69b40a89d (diff)
downloadmandoc-9e3818b80e6d3769983e2695003bac2ebd51ce43.tar.gz
mandoc-9e3818b80e6d3769983e2695003bac2ebd51ce43.tar.zst
mandoc-9e3818b80e6d3769983e2695003bac2ebd51ce43.zip
Added news item for new version.VERSION_1_9_15
Version: 1.9.15.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 18a60ddd..d53fd91c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.15-pre2
-VDATE = 02 January 2010
+VERSION = 1.9.15
+VDATE = 18 February 2010
VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings