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 9fc4ba2..31d3c76 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, in src/get_version.c and in src/mpc.h (remove suffix in
+ INSTALL, src/get_version.c and 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.
@@ -27,8 +27,8 @@ Creating a new release
The html documentation is created with
makeinfo --html --no-split mpc.texi
and the resulting mpc.html is copied to content_html.php.
- 8) After the release, update the version number in configure.ac, INSTALL
- and src/mpc.h.
+ 8) After the release, update the version number in configure.ac, INSTALL,
+ src/get_version.c and src/mpc.h.
9) Reactivate the -Werror option in configure.ac.
10) Potentially increase the API version in src/Makefile.am.
11) Commit the changes to svn.