From 96244f4efbd3af4d95a0b83cc37649bb58eeebeb Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 17 Sep 2008 10:59:35 +0000 Subject: small changes for releasing version 0.5 git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@178 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.dev') diff --git a/README.dev b/README.dev index 8d29bf5..c59f5e1 100644 --- a/README.dev +++ b/README.dev @@ -11,9 +11,12 @@ Creating a new release ---------------------- 1) Update the version number in configure.ac ("AC_INIT (mpc, _version_...)") - and in INSTALL. -2) Check that NEWS, BUGS and TODO are up to date. + and in INSTALL, 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". This updates the date and version number in doc/version.texi and creates the tarball for distribution. +4) Reactivate the -Werr option in configure.ac. 4) Commit the changes to svn. -- cgit v1.2.1