X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=version.h;h=c46edacf0e390e5b9776e6eb0a37093cb760d94e;hb=4cf0442df5a83d28ef6089888438730241b9ccc3;hp=d55758cd43d1a47d4a3523603bcc2bdbcfed7a10;hpb=1aca00e04580e7b3effefa535edb469876ecce74;p=gnushogi.git diff --git a/version.h b/version.h index d55758c..c46edac 100644 --- a/version.h +++ b/version.h @@ -9,15 +9,15 @@ * * GNU SHOGI is based on GNU CHESS * - * Copyright (c) 1988, 1989, 1990 John Stanback + * Copyright (c) 1988, 1989, 1990 John Stanback * Copyright (c) 1992 Free Software Foundation * * 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 +25,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 +34,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -char version[] = "1.3.2"; +char version[] = "1.4.0"; char patchlevel[] = "0"; #endif /* _VERSION_H_ */