master/master.c
changeset 444 31223539fc00
parent 441 ffa13db95e10
child 446 8fede404c01f
--- a/master/master.c	Wed Oct 25 13:32:17 2006 +0000
+++ b/master/master.c	Wed Oct 25 16:49:53 2006 +0000
@@ -765,7 +765,7 @@
     ec_eoe_t *eoe;
     uint32_t cur, sum, min, max, pos, i;
 
-    off += sprintf(buffer + off, "\nVersion: " EC_MASTER_VERSION);
+    off += sprintf(buffer + off, "\nVersion: %s", ec_master_version_str);
     off += sprintf(buffer + off, "\nMode: ");
     switch (master->mode) {
         case EC_MASTER_MODE_ORPHANED: