From 2bcf386906c68ba04b5da2da7989ec06861ebc2b Mon Sep 17 00:00:00 2001 From: enge Date: Tue, 18 Nov 2008 12:33:54 +0000 Subject: consistently require gmp >= 4.2.2 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@334 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.dev') diff --git a/README.dev b/README.dev index 2620037..c21f5b9 100644 --- a/README.dev +++ b/README.dev @@ -11,12 +11,12 @@ Creating a new release ---------------------- 1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"), - in INSTALL, and in mpc.h (remove suffix in MPC_VERSION_STRING), and + in INSTALL, and in src/mpc.h (remove suffix in MPC_VERSION_STRING), and disactivate the -Werror option in configure.ac. 2) Check that NEWS, BUGS and TODO are up to date, and that the minimal - version numbers of gmp and mpfr in INSTALL and doc/mpc.texi are - correct. -3) Execute "autoreconf; touch doc/mpc.texi; make dist". + version numbers of gmp and mpfr in configure.ac, INSTALL and + doc/mpc.texi are correct. +3) Execute "autoreconf; touch doc/mpc.texi; make distcheck". This updates the date and version number in doc/version.texi and creates the tarball for distribution. 4) Create an svn tag from inside the svn root: -- cgit v1.2.1