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, 0 insertions, 23 deletions
diff --git a/yarv_version.h b/yarv_version.h
deleted file mode 100644
index 4c3bc756a3..0000000000
--- a/yarv_version.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/**********************************************************************
-
- 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_