diff -r 006d3653701d -r 72500991bcc3 master/master.c --- a/master/master.c Thu Sep 28 12:58:06 2006 +0000 +++ b/master/master.c Thu Sep 28 13:22:43 2006 +0000 @@ -716,7 +716,7 @@ ec_eoe_t *eoe; uint32_t cur, sum, min, max, pos, i; - off += sprintf(buffer + off, "\nVersion: " EC_COMPILE_INFO); + off += sprintf(buffer + off, "\nVersion: " EC_MASTER_VERSION); off += sprintf(buffer + off, "\nMode: "); switch (master->mode) { case EC_MASTER_MODE_ORPHANED: