OSDN Git Service

client 0.6.2 release
[unagi/old-svn-converted.git] / client / tag / 0.6.2 / version.h
diff --git a/client/tag/0.6.2/version.h b/client/tag/0.6.2/version.h
new file mode 100644 (file)
index 0000000..59e51cf
--- /dev/null
@@ -0,0 +1,8 @@
+//include from unagi.c only
+static const char STR_VERSION[] = "0.6.1 "
+#if DEBUG==1
+"debug "
+#else
+"release "
+#endif
+"build";