summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-17 10:59:35 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-17 10:59:35 +0000
commit599334bc7f091621246af82a40a36edf61d263bc (patch)
treee3ede3faafc16a7222f6cc1fa27bbeb2767def58 /README.dev
parentafe0e477062a8d1d36b51b48e0557cec85ed2015 (diff)
downloadmpc-599334bc7f091621246af82a40a36edf61d263bc.tar.gz
small changes for releasing version 0.5
git-svn-id: svn://scm.gforge.inria.fr/svn/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.