summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 15:00:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 15:00:15 +0000
commit4bb00625e60fdd915e9674a4a99115029592b4f0 (patch)
treea7dfacb95e08b28ea2aec01145e080586b9a3af2 /Makefile
parent32d2f8ef0a63207c0421436789004f4d92ec44c5 (diff)
downloadmandoc-4bb00625e60fdd915e9674a4a99115029592b4f0.tar.gz
Version. Added forgotten file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd53b646..961864cf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.7.6
-VDATE = 26 March 2009
+VERSION = 1.7.7
+VDATE = 27 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g