From 79b3e897237a76af2dc1d16e5bd12cdffbc7a413 Mon Sep 17 00:00:00 2001 From: enge Date: Thu, 6 Sep 2012 16:27:51 +0000 Subject: release 1.0.1 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1261 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 9 +++++---- 1 file 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. -- cgit v1.2.1