Version number 0.0
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 6 Jul 2012 20:17:01 +0000 (22:17 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 6 Jul 2012 20:28:34 +0000 (22:28 +0200)
Add the myname feature to print name + this version.

hachu.c

diff --git a/hachu.c b/hachu.c
index 8f7eac7..8ca5cc7 100644 (file)
--- a/hachu.c
+++ b/hachu.c
@@ -12,7 +12,7 @@
 // promotions by pieces with Lion power stepping in & out the zone in same turn\r
 // promotion on capture\r
 \r
-#define VERSION 0.0\r
+#define VERSION "0.0"\r
 \r
 //define PATH level==0 || level==1 && path[0] == 0x55893\r
 #define PATH 0\r
@@ -1848,7 +1848,7 @@ printf("in: %s\n", command);
         if(!strcmp(command, "protover")){\r
           printf("feature ping=1 setboard=1 colors=0 usermove=1 memory=1 debug=1 sigint=0 sigterm=0\n");\r
           printf("feature variants=\"chu,12x12+0_fairy\"\n");\r
-          printf("feature highlight=1\n");\r
+          printf("feature myname=\"HaChu " VERSION "\" highlight=1\n");\r
           printf("feature option=\"Resign -check 0\"\n");           // example of an engine-defined option\r
           printf("feature option=\"Contempt -spin 0 -200 200\"\n"); // and another one\r
           printf("feature done=1\n");\r