summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-09-06 16:27:51 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-09-06 16:27:51 +0000
commit79b3e897237a76af2dc1d16e5bd12cdffbc7a413 (patch)
tree417d7c6d7273490b56edd9471da84005fe4898b6
parent1c235fd2374b1ca575fac91a3523cfd57dee009d (diff)
downloadmpc-79b3e897237a76af2dc1d16e5bd12cdffbc7a413.tar.gz
release 1.0.1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1261 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--README.dev9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.dev b/README.dev
index bd2f0c0..d1a4859 100644
--- a/README.dev
+++ b/README.dev
@@ -24,12 +24,13 @@ Creating a new release
4) 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.
-5) Create an svn tag from inside the svn root:
- svn cp trunk tags/VERSION
+5) Upload to GNU ftp 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,
+7) Create an svn tag from inside the svn root:
+ svn cp trunk tags/VERSION
+8) After the release, update the version number in configure.ac, INSTALL,
src/get_version.c, src/mpc.h and Makefile.vc.
-8) Commit the changes to svn.
+9) Commit the changes to svn.