diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 10:36:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 10:36:46 +0000 |
commit | 6e68d3d4aa900bf9e03f073ed1c2369ed77708bf (patch) | |
tree | cb27ba39bf55534bb75258434eb256bee0b96564 /Makefile | |
parent | 9ff38b1454e6f97e5bc4a73b821f62bf1c677b23 (diff) | |
download | mandoc-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)\"" |