summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-29 19:45:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-29 19:45:32 +0000
commit422898e05a7d10f914b11639d1b8391d3ffcfcaf (patch)
tree7b2b9797b8f0bdd9d9f671592f15281e15ee4573 /Makefile
parent32b9f0cb92505d9931c5440e1304597ec20db86e (diff)
downloadmandoc-422898e05a7d10f914b11639d1b8391d3ffcfcaf.tar.gz
mandoc-422898e05a7d10f914b11639d1b8391d3ffcfcaf.tar.zst
mandoc-422898e05a7d10f914b11639d1b8391d3ffcfcaf.zip
Bump 1.10.0 version in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 794025f2..4d41006e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.25
-VDATE = 13 May 2010
+VERSION = 1.10.0
+VDATE = 29 May 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings