aboutsummaryrefslogtreecommitdiffstats
path: root/yarv_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'yarv_version.h')
-rw-r--r--yarv_version.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/yarv_version.h b/yarv_version.h
new file mode 100644
index 0000000000..4c3bc756a3
--- /dev/null
+++ b/yarv_version.h
@@ -0,0 +1,23 @@
+/**********************************************************************
+
+ yarv_version.h -
+
+ $Author$
+ $Date$
+ created at: 04/01/11 04:11:41 JST
+
+ Copyright (C) 2004-2006 Koichi Sasada
+
+**********************************************************************/
+
+#ifndef _VERSION_H_INCLUDED_
+#define _VERSION_H_INCLUDED_
+
+#define MAJOR_VER 0
+#define MINOR_VER 4
+#define DEVEL_VER 1
+
+extern char yarv_version[];
+extern char *yarv_options;
+
+#endif // _VERSION_H_INCLUDED_