Subversion Repositories Mokou

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: version.c 3 2024-09-06 09:21:55Z nishi $ */

#include "mk_version.h"

const char* MOKOU_VERSION = "0.0";

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