]> Nishi Git Mirror - clover.git/commitdiff
add link master
authorNishi <nishi@nishi.boats>
Fri, 6 Sep 2024 22:37:46 +0000 (22:37 +0000)
committerNishi <nishi@nishi.boats>
Fri, 6 Sep 2024 22:37:46 +0000 (22:37 +0000)
git-svn-id: file:///raid/svn-main/nishi-clover/trunk@13 cc13bd98-b292-b64a-ad22-c0789b689ca7

clover.c

index a822f2ad356653b7f1f2d58bb0fe7086ff7269e2..ada7bd864e70305d9735ec89197211076dc7b4de 100644 (file)
--- 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);