OSDN Git Service

97ada15a79c5f1e109c4fb5e412289383975dea5
[unagi/old-svn-converted.git] / client / trunk / version.h
1 //include from unagi.c only
2 static const char STR_VERSION[] = "0.5.2 "
3 #if DEBUG==1
4 "debug "
5 #else
6 "release "
7 #endif
8 "build";