OSDN Git Service

build ってつけるようにした
authorsato_tiff <sato_tiff@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Sat, 20 Dec 2008 21:17:55 +0000 (21:17 +0000)
committersato_tiff <sato_tiff@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Sat, 20 Dec 2008 21:17:55 +0000 (21:17 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/unagi@204 24ea1065-a21e-4ca1-99c9-f5125deb0858

client/trunk/version.h

index 1bd264e..97ada15 100644 (file)
@@ -1,8 +1,8 @@
 //include from unagi.c only
 static const char STR_VERSION[] = "0.5.2 "
 #if DEBUG==1
-"debug"
+"debug "
 #else
-"release"
+"release "
 #endif
-;
+"build";