/* $Id$ */ #include "mk_version.h" const char* MOKOU_VERSION = "1.0"; const char* mk_get_version(void){ return MOKOU_VERSION; }