summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--index.sgml4
2 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7cdb760c..93877035 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
.SUFFIXES: .html .sgml
-VERSION = 1.3.3
+VERSION = "1.3.5"
+VDATE = "25 February 2009"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
@@ -268,4 +269,5 @@ mdoclint: $(LINTOBJS) libmdoc.a
.sgml.html:
validate $<
- cp -f $< $@
+ sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
+
diff --git a/index.sgml b/index.sgml
index 8bfee954..8c966366 100644
--- a/index.sgml
+++ b/index.sgml
@@ -73,6 +73,10 @@
i386, AMD64 and Alpha.
</p>
+ <p>
+ The most current version is <b>@VERSION@</b>, dated <b>@VDATE@</b>.
+ </p>
+
<h2>
snapshotted source
</h2>