summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-01 14:39:38 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-01 14:39:38 +0000
commit55d5dbafcd7c1991a3251673d7c7cf0b910b1c0c (patch)
treecd5045df85fddd9e0769e9f0dc18c8b414f197ca /README.dev
parent15090b37a91b24121063f58f0147bb35b8f99ff5 (diff)
downloadmpc-55d5dbafcd7c1991a3251673d7c7cf0b910b1c0c.tar.gz
getting ready for version 0.6.1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@527 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.dev b/README.dev
index 07524bb..196f5fd 100644
--- a/README.dev
+++ b/README.dev
@@ -29,11 +29,11 @@ Creating a new release
http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-March/000106.html)
5) Create an svn tag from inside the svn root:
svn cp trunk tags/VERSION
- 6) Update the web page inside svn and on the server.
+ 6) Update the web page on the server.
The html documentation is created with
makeinfo --html --no-split mpc.texi
and the resulting mpc.html is copied to content_html.php.
7) After the release, update the version number in configure.ac, INSTALL,
- src/get_version.c and src/mpc.h.
+ src/get_version.c, src/mpc.h and Makefile.vc.
9) Potentially increase the API version in src/Makefile.am.
10) Commit the changes to svn.