=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/Attic/version.c,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gmp/Attic/version.c 2000/09/09 14:12:16 1.1.1.2 +++ OpenXM_contrib/gmp/Attic/version.c 2003/08/25 16:06:00 1.1.1.3 @@ -1,7 +1,6 @@ -/* gmp_version -- version number compiled into the library */ +/* gmp_version -- version number compiled into the library. -/* -Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc. +Copyright 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -18,9 +17,9 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +MA 02111-1307, USA. */ #include "gmp.h" #include "gmp-impl.h" -const char *gmp_version = VERSION; +const char * const gmp_version = VERSION;