diff -r 0746236dd032 -r 31223539fc00 master/module.c --- a/master/module.c Wed Oct 25 13:32:17 2006 +0000 +++ b/master/module.c Wed Oct 25 16:49:53 2006 +0000 @@ -58,6 +58,8 @@ static struct list_head ec_masters; /**< list of masters */ static dev_t device_number; +char *ec_master_version_str = EC_MASTER_VERSION; + /*****************************************************************************/ /** \cond */