From ff83787ad621294d013e74975d4fb0afcf23b913 Mon Sep 17 00:00:00 2001 From: Nishi 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 -#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, "
\n"); fprintf(f, " Last modified: %s
\n", lastmod); - fprintf(f, " Generated by Clover %s\n", CLOVER_VERSION); + fprintf(f, " Generated by Clover %s\n", CLOVER_VERSION); fprintf(f, " \n"); fprintf(f, "\n"); fclose(f); -- 2.43.0