summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-18 12:33:54 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-18 12:33:54 +0000
commit2bcf386906c68ba04b5da2da7989ec06861ebc2b (patch)
tree5571774c99df09c367f3039e0c756c2653d2fc17 /README.dev
parent82af84f03230fbcfe6eec506114831307cd3f2e8 (diff)
downloadmpc-2bcf386906c68ba04b5da2da7989ec06861ebc2b.tar.gz
consistently require gmp >= 4.2.2
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@334 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.dev b/README.dev
index 2620037..c21f5b9 100644
--- a/README.dev
+++ b/README.dev
@@ -11,12 +11,12 @@ 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 src/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
- correct.
-3) Execute "autoreconf; touch doc/mpc.texi; make dist".
+ version numbers of gmp and mpfr in configure.ac, INSTALL and
+ doc/mpc.texi are correct.
+3) Execute "autoreconf; touch doc/mpc.texi; make distcheck".
This updates the date and version number in doc/version.texi and
creates the tarball for distribution.
4) Create an svn tag from inside the svn root: