Subversion Repositories Mokou

Rev

Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: version.c 11 2024-09-07 10:07:49Z nishi $ */

#include "mk_version.h"

const char* MOKOU_VERSION = "1.0";

const char* mk_get_version(void){
        return MOKOU_VERSION;
}