summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-01 11:54:04 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-01 11:54:04 +0000
commit7b8363d3103cee748be1033fa2262aaabc78239c (patch)
tree90dc3eb51fe6756421ecdf8e266d94f96028e8cd /README.dev
parent05c1c0742682cb9022bfd3f6deead0973934627a (diff)
downloadmpc-7b8363d3103cee748be1033fa2262aaabc78239c.tar.gz
changed 1.0.0-dev into 1.0.0dev (suggested by Ludovic Courtes so that
we can compare versions with strverscmp) git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1061 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index 66db2a1..a809e87 100644
--- a/README.dev
+++ b/README.dev
@@ -17,7 +17,7 @@ Creating a new release
1) Check compilation with latest gmp and mpfr, with gmp 4.3.2 and mpfr 2.4.2;
with and without "--enable-valgrind-tests --disable-shared".
2) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
- INSTALL, src/get_version.c, src/mpc.h (remove suffix "-dev" in
+ INSTALL, src/get_version.c, src/mpc.h (remove suffix "dev" in
MPC_VERSION_STRING) and Makefile.vc.
3) Verify that the API version in src/Makefile.am is correct.
4) Check that NEWS, BUGS and TODO are up to date, and that the minimal