Subversion Repositories Mokou

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 11
Line 1... Line 1...
1
/* $Id: version.c 3 2024-09-06 09:21:55Z nishi $ */
1
/* $Id: version.c 11 2024-09-07 10:07:49Z nishi $ */
2
 
2
 
3
#include "mk_version.h"
3
#include "mk_version.h"
4
 
4
 
5
const char* MOKOU_VERSION = "0.0";
5
const char* MOKOU_VERSION = "1.0";
6
 
6
 
7
const char* mk_get_version(void){
7
const char* mk_get_version(void){
8
	return MOKOU_VERSION;
8
	return MOKOU_VERSION;
9
}
9
}