Add support for building gnushogi and xshogi out of source tree.
[gnushogi.git] / version.h
blobb3ea7ff01b76300b0f46218f96f18f7a93a2f87d
1 /*
2 * FILE: version.h
4 * Version information for GNU Shogi.
6 * ----------------------------------------------------------------------
8 * Copyright (c) 2012 Free Software Foundation
10 * GNU SHOGI is based on GNU CHESS
12 * This file is part of GNU SHOGI.
14 * GNU Shogi is free software; you can redistribute it and/or modify it
15 * under the terms of the GNU General Public License as published by the
16 * Free Software Foundation; either version 3 of the License,
17 * or (at your option) any later version.
19 * GNU Shogi is distributed in the hope that it will be useful, but WITHOUT
20 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22 * for more details.
24 * You should have received a copy of the GNU General Public License along
25 * with GNU Shogi; see the file COPYING. If not, see
26 * <http://www.gnu.org/licenses/>.
27 * ----------------------------------------------------------------------
31 #ifndef _VERSION_H_
32 #define _VERSION_H_
34 char version[] = "1.4.0";
35 char patchlevel[] = "0";
37 #endif /* _VERSION_H_ */