summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 10:36:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 10:36:46 +0000
commit6e68d3d4aa900bf9e03f073ed1c2369ed77708bf (patch)
treecb27ba39bf55534bb75258434eb256bee0b96564 /Makefile
parent9ff38b1454e6f97e5bc4a73b821f62bf1c677b23 (diff)
downloadmandoc-6e68d3d4aa900bf9e03f073ed1c2369ed77708bf.tar.gz
Fix to segfault in ordering Rs blocks (d'oh!).VERSION.1.9.11
Version: 1.9.11.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80f9b445..981f8fe5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.10
+VERSION = 1.9.11
VDATE = 26 October 2009
VFLAGS = -DVERSION="\"$(VERSION)\""