1 /* xsoldier, a shoot 'em up game with "not shooting" bonus
2  * Copyright (C) 1997 Yuusuke HASHIMOTO <s945750@educ.info.kanagawa-u.ac.jp>
3  * Copyright (C) 2002 Oohara Yuuma  <oohara@libra.interq.or.jp>
4  *
5  * This is a copyleft program.  See the file LICENSE for details.
6  */
7 /* $Id: version.h,v 1.10 2011/08/12 15:17:14 oohara Exp $ */
8 
9 #include <config.h>
10 #if !defined _VERSION_H_
11 #define _VERSION_H_
12 
13 /* VERSION is defined in config.h because we use automake */
14 
15 #define UPDATE "13 Aug 2011"
16 
17 #endif
18