summaryrefslogtreecommitdiffstats
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
commit9411fef4a53cf7d424010611e37ecd186b283683 (patch)
tree70655daacae1ee6f55bb5d4ade929dba98bb56ce /Makefile
parent99557614752f3abba838ceb10116d48568b5ed0e (diff)
downloadmandoc-9411fef4a53cf7d424010611e37ecd186b283683.tar.gz
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)\"