From: Nishi <nishi@nishi.boats>
Date: Mon, 30 Sep 2024 05:07:37 +0000 (+0000)
Subject: add version stuff
X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=52db07bbf35ce642a406e0052f33ecef955033fb;p=docgen.git

add version stuff

git-svn-id: file:///raid/svn-personal/docgen/trunk@2 44bc13e5-44cb-984e-b856-1907bf1ada44
---

diff --git a/docgen b/docgen
index 95e4635..87ab0fe 100755
--- a/docgen
+++ b/docgen
@@ -82,11 +82,12 @@ proc start_html {fid title toc dots} {
 }
 
 proc end_html {fid} {
-	global footer
+	global footer DOCGEN_VERSION
 	puts $fid "			</div>"
 	puts $fid "		</div>"
+	puts $fid "		<hr>"
+	puts $fid "		<i>Generated using <a href=\"http://nishi.boats/docgen\">Docgen</a> $DOCGEN_VERSION</i><br>"
 	if { "$footer" != "" } {
-		puts $fid "		<hr>"
 		puts $fid "		$footer"
 	}
 	puts $fid "	</body>"