X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=version.h;h=b3ea7ff01b76300b0f46218f96f18f7a93a2f87d;hb=82b026e6376b640a4d3409a461dd6bd83708e33e;hp=d55758cd43d1a47d4a3523603bcc2bdbcfed7a10;hpb=0a65b44bcb552f60a679822b665be693f78aa73d;p=gnushogi.git diff --git a/version.h b/version.h index d55758c..b3ea7ff 100644 --- a/version.h +++ b/version.h @@ -4,20 +4,17 @@ * Version information for GNU Shogi. * * ---------------------------------------------------------------------- - * Copyright (c) 1993, 1994, 1995 Matthias Mutz - * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * - * GNU SHOGI is based on GNU CHESS + * Copyright (c) 2012 Free Software Foundation * - * Copyright (c) 1988, 1989, 1990 John Stanback - * Copyright (c) 1992 Free Software Foundation + * GNU SHOGI is based on GNU CHESS * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 1, or (at your option) any - * later version. + * Free Software Foundation; either version 3 of the License, + * or (at your option) any later version. * * GNU Shogi is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -25,8 +22,8 @@ * for more details. * * You should have received a copy of the GNU General Public License along - * with GNU Shogi; see the file COPYING. If not, write to the Free - * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * with GNU Shogi; see the file COPYING. If not, see + * . * ---------------------------------------------------------------------- * */ @@ -34,7 +31,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -char version[] = "1.3.2"; +char version[] = "1.4.0"; char patchlevel[] = "0"; #endif /* _VERSION_H_ */