Author: bugman
Date: Thu Oct  9 11:31:51 2014
New Revision: 26216

URL: http://svn.gna.org/viewcvs/relax?rev=26216&view=rev
Log:
Updated the relax version in the release checklist document to be more modern.


Modified:
    trunk/docs/devel/Release_Checklist

Modified: trunk/docs/devel/Release_Checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/devel/Release_Checklist?rev=26216&r1=26215&r2=26216&view=diff
==============================================================================
--- trunk/docs/devel/Release_Checklist  (original)
+++ trunk/docs/devel/Release_Checklist  Thu Oct  9 11:31:51 2014
@@ -16,11 +16,11 @@
 
 Make a copy of the current head to the tags directory using a command such as:
 
-$ svn cp -F svn_msg svn+ssh://[email protected]/svn/relax/trunk 
svn+ssh://[email protected]/svn/relax/tags/2.0.1
-
-In the commit message file 'svn_msg', have a header line which says 'relax 
version 2.0.1.', followed by a short description of the release.  Checkout the 
tagged version with:
-
-$ svn co svn+ssh://[email protected]/svn/relax/tags/2.0.1
+$ svn cp -F svn_msg svn+ssh://[email protected]/svn/relax/trunk 
svn+ssh://[email protected]/svn/relax/tags/3.3.2
+
+In the commit message file 'svn_msg', have a header line which says 'relax 
version 3.3.2.', followed by a short description of the release.  Checkout the 
tagged version with:
+
+$ svn co svn+ssh://[email protected]/svn/relax/tags/3.3.2
 
 
 
@@ -92,7 +92,7 @@
 
 If the key is not supplied, or incorrectly supplied, the distribution file 
will be created but not signed.  To sign the file later, type:
 
-$ gpg --detach-sign --default-key xxxxx relax-2.0.1.GNU-Linux.x86_64.tar.bz2
+$ gpg --detach-sign --default-key xxxxx relax-3.3.2.GNU-Linux.x86_64.tar.bz2
 
 
 Other files
@@ -100,16 +100,16 @@
 
 Build other distribution packages by checking out the tag and bundling minfx 
and bmrblib:
 
-$ svn co svn+ssh://[email protected]/svn/relax/tags/2.0.1
-$ cd 2.0.1
+$ svn co svn+ssh://[email protected]/svn/relax/tags/3.3.2
+$ cd 3.3.2
 $ svn co svn+ssh://[email protected]/svn/minfx/tags/1.0.11/minfx
 $ svn co svn+ssh://[email protected]/svn/bmrblib/tags/1.0.3/bmrblib
 $ scons binary_dist key=xxxxx
 
 Or:
 
-$ svn co http://svn.gna.org/svn/relax/tags/2.0.1
-$ cd 2.0.1
+$ svn co http://svn.gna.org/svn/relax/tags/3.3.2
+$ cd 3.3.2
 $ svn co http://svn.gna.org/svn/minfx/tags/1.0.11/minfx
 $ svn co http://svn.gna.org/svn/bmrblib/tags/1.0.3/bmrblib
 $ scons binary_dist


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to