summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 12:38:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 12:38:15 +0000
commit6a1fbfe914bb5f3af7f271718013996d2f364063 (patch)
tree29765bae583a0976d6f2c7cb67ff252f9d0bf758
parente774c5024bd719f12d01a11a9d1fd6cae5a0e899 (diff)
downloadmandoc-6a1fbfe914bb5f3af7f271718013996d2f364063.tar.gz
mandoc-6a1fbfe914bb5f3af7f271718013996d2f364063.tar.zst
mandoc-6a1fbfe914bb5f3af7f271718013996d2f364063.zip
Fixed version-date tag.VERSION_1_3_5
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93877035..ae89552e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.SUFFIXES: .html .sgml
-VERSION = "1.3.5"
-VDATE = "25 February 2009"
+VERSION = 1.3.5
+VDATE = 25 February 2009
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g