summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.dev b/README.dev
index c59f5e1..a040a32 100644
--- a/README.dev
+++ b/README.dev
@@ -10,7 +10,7 @@ $ autoreconf -i
Creating a new release
----------------------
-1) Update the version number in configure.ac ("AC_INIT (mpc, _version_...)")
+1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)")
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
@@ -18,5 +18,6 @@ Creating a new release
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.
+4) Update the version number in configure.ac and in INSTALL, and reactivate
+ the -Werror option in configure.ac.
+5) Commit the changes to svn.