aboutsummaryrefslogtreecommitdiffstats
path: root/yarv_version.h
blob: 4c3bc756a31a06c556b739e38abbaea2422c184d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_