summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 16:23:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 16:23:22 +0000
commitbd329dd8fae21fc03372e563b33ef77a421e7ea9 (patch)
tree33fe05e6ba7ea5759d5c284f383db7440fc2f362 /Makefile
parent463a2b842f830d918f58b4a9f04bdc8af8421a18 (diff)
downloadmandoc-bd329dd8fae21fc03372e563b33ef77a421e7ea9.tar.gz
mandoc-bd329dd8fae21fc03372e563b33ef77a421e7ea9.tar.zst
mandoc-bd329dd8fae21fc03372e563b33ef77a421e7ea9.zip
All macro-invocations, for consistency, begin with `.' in documentation.
Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfa6400c..ef534bb5 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.7.5
+VERSION = 1.7.6
VDATE = 26 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"