summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 13:51:41 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 13:51:41 +0000
commit10ee8d4efa51853cabd7262615e1bd8d4ca0a15a (patch)
treef97facc08f3be0dfa1c24a3e748fb0bb48f611cf /README.dev
parent4484cdb629566ecc0bf4d702c3ac8b8ed73a38ae (diff)
downloadmpc-10ee8d4efa51853cabd7262615e1bd8d4ca0a15a.tar.gz
src/get_version.c: change name from version.c to get_version.c, use literal string instead of MPC_VERSION_STRING in order to avoid mistakes during the compilation of the MPC library.
src/Makefile.am: Transfert file name for mpc_get_version code. README.dev: Add a new place to update when changing version number. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@378 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index 6819138..9fc4ba2 100644
--- a/README.dev
+++ b/README.dev
@@ -11,7 +11,8 @@ Creating a new release
----------------------
1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
- in INSTALL, and in src/mpc.h (remove suffix in MPC_VERSION_STRING).
+ in INSTALL, in src/get_version.c and in src/mpc.h (remove suffix in
+ MPC_VERSION_STRING).
2) Disactivate the -Werror option in configure.ac.
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