summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2008-09-17 10:59:35 +0000
committerAndreas Enge <andreas.enge@inria.fr>2008-09-17 10:59:35 +0000
commit96244f4efbd3af4d95a0b83cc37649bb58eeebeb (patch)
treee3ede3faafc16a7222f6cc1fa27bbeb2767def58 /README.dev
parent728fec037bdc2cdf305915bd4420b9a81b80f3a0 (diff)
downloadmpc-git-96244f4efbd3af4d95a0b83cc37649bb58eeebeb.tar.gz
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
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev7
1 files changed, 5 insertions, 2 deletions
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.