summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.dev b/README.dev
index 3554c8e..8ae2892 100644
--- a/README.dev
+++ b/README.dev
@@ -11,7 +11,7 @@ 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 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
@@ -19,6 +19,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) Update the version number in configure.ac and in INSTALL, and reactivate
- the -Werror option in configure.ac.
+4) Update the version number in configure.ac, INSTALL and mpc.h,
+ and reactivate the -Werror option in configure.ac.
5) Commit the changes to svn.