From: Nishi Date: Fri, 6 Sep 2024 22:37:46 +0000 (+0000) Subject: add link X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;p=clover.git add link git-svn-id: file:///raid/svn-main/nishi-clover/trunk@13 cc13bd98-b292-b64a-ad22-c0789b689ca7 --- 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);