From ff83787ad621294d013e74975d4fb0afcf23b913 Mon Sep 17 00:00:00 2001
From: Nishi <nishi@nishi.boats>
Date: Fri, 6 Sep 2024 22:37:46 +0000
Subject: [PATCH] add link

git-svn-id: file:///raid/svn-main/nishi-clover/trunk@13 cc13bd98-b292-b64a-ad22-c0789b689ca7
---
 clover.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clover.c b/clover.c
index a822f2a..ada7bd8 100644
--- a/clover.c
+++ b/clover.c
@@ -39,7 +39,7 @@
 
 #include <expat.h>
 
-#define CLOVER_VERSION "1.0D"
+#define CLOVER_VERSION "1.0E"
 
 char* concat_str(const char* str1, const char* str2) {
 	char* r = malloc(strlen(str1) + strlen(str2) + 1);
@@ -428,7 +428,7 @@ int parse_xml(const char* xml, const char* outdir) {
 		}
 		fprintf(f, "		<hr>\n");
 		fprintf(f, "		<i>Last modified: %s</i><br>\n", lastmod);
-		fprintf(f, "		<i>Generated by Clover %s</i>\n", CLOVER_VERSION);
+		fprintf(f, "		<i>Generated by <a href=\"http://nishi.boats/clover\">Clover</a> %s</i>\n", CLOVER_VERSION);
 		fprintf(f, "	</body>\n");
 		fprintf(f, "</html>\n");
 		fclose(f);
-- 
2.43.0