6 lines
75 B
C
6 lines
75 B
C
|
#include <stdio.h>
|
||
|
|
||
|
const char* get_version(void)
|
||
|
{
|
||
|
return "0.0.0.2";
|
||
|
}
|