From e96430e22b53d031f7570e779d115442e418f77e Mon Sep 17 00:00:00 2001 From: enge Date: Fri, 11 Jun 2010 15:48:58 +0000 Subject: replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1 is preserved, since it already defines mpfr_prec_t git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@776 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 1 + 1 file changed, 1 insertion(+) (limited to 'README.dev') diff --git a/README.dev b/README.dev index fcf3537..099d36e 100644 --- a/README.dev +++ b/README.dev @@ -17,6 +17,7 @@ Creating a new release 0) Run all tests with valgrind and check no memory leak remains: for f in .libs/lt-t*; do valgrind $f; done 0b) Disable test in line 35 of log.dat. + 0c) Check compilation with gmp 4.2.2 and mpfr 2.3.1. 1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"), INSTALL, src/get_version.c, src/mpc.h (remove suffix "-dev" in MPC_VERSION_STRING) and Makefile.vc. -- cgit v1.2.1