From 6217b581e19178c3597e0ea8d227c3086e3ba720 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)> Date: Wed, 7 Apr 2010 05:39:02 +0000 Subject: [PATCH] Replaced some gmp.h's with mpir.h's. --- doc/stamp-vti | 8 ++++---- doc/version.texi | 2 +- mpf/clears.c | 2 +- mpf/inits.c | 2 +- mpq/clears.c | 2 +- mpq/inits.c | 2 +- mpz/clears.c | 2 +- mpz/inits.c | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/stamp-vti b/doc/stamp-vti index 8389c98f..61eccc9c 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 16 January 2010 -@set UPDATED-MONTH January 2010 -@set EDITION 1.3.0 -@set VERSION 1.3.0 +@set UPDATED 4 April 2010 +@set UPDATED-MONTH April 2010 +@set EDITION 2.0.0 +@set VERSION 2.0.0 diff --git a/doc/version.texi b/doc/version.texi index d66a02c2..61eccc9c 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 01 April 2010 +@set UPDATED 4 April 2010 @set UPDATED-MONTH April 2010 @set EDITION 2.0.0 @set VERSION 2.0.0 diff --git a/mpf/clears.c b/mpf/clears.c index 437f9f34..b2d1284d 100644 --- a/mpf/clears.c +++ b/mpf/clears.c @@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #endif #include /* for NULL */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" void diff --git a/mpf/inits.c b/mpf/inits.c index 5927e812..ed99aa8d 100644 --- a/mpf/inits.c +++ b/mpf/inits.c @@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #endif #include /* for NULL */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" void diff --git a/mpq/clears.c b/mpq/clears.c index 1e3947ea..f8fcf6a8 100644 --- a/mpq/clears.c +++ b/mpq/clears.c @@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #endif #include /* for NULL */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" void diff --git a/mpq/inits.c b/mpq/inits.c index c3da5aae..62245e63 100644 --- a/mpq/inits.c +++ b/mpq/inits.c @@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #endif #include /* for NULL */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" void diff --git a/mpz/clears.c b/mpz/clears.c index c654dad1..b9fced6a 100644 --- a/mpz/clears.c +++ b/mpz/clears.c @@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #endif #include /* for NULL */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" void diff --git a/mpz/inits.c b/mpz/inits.c index 5d2183bd..7228dc2f 100644 --- a/mpz/inits.c +++ b/mpz/inits.c @@ -26,7 +26,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #endif #include /* for NULL */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" void