From d2b307d7c8cd3cbf20008d67e6774014ab342e4b Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Mon, 1 Oct 2001 02:06:15 +0000 Subject: *** empty log message *** --- README.sourceforge | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.sourceforge') diff --git a/README.sourceforge b/README.sourceforge index 53c5ed9..1d6b213 100644 --- a/README.sourceforge +++ b/README.sourceforge @@ -4,19 +4,20 @@ * create files to distribute and copy them to sourceforge make distcheck - make doc + make doc-dist scp cppunit*tar.gz @cppunit.sourceforge.net: * ftp the files to sourceforge; did this from the sourceforge shell account because my home machine is masqueraded (a.k.a. NATed) - ftp uploads + ftp upload cd incoming mput cppunit*tar.gz -* go through the file release process +* go through the file release process: select "Admin", then + "Edit/Add File Releases" - name of release is version number @@ -29,6 +30,9 @@ tar xzf ~/cppunit-docs-$(newversion).tar.gz -*** for the 1.6.0 release, the file cookbook was not in the docs - tarball. This needs to be corrected. +* tag the CVS sources for release x.y.z + cvs tag REL_x_y_z + + +* bump the version in configure.in and commit the change -- cgit v1.2.1