Author: luc
Date: Fri Apr 17 14:30:56 2015
New Revision: 8643

Log:
updated README.html with correct version number

Added:
    dev/commons/math/README.html
      - copied, changed from r8642, release/commons/math/README.html

Copied: dev/commons/math/README.html (from r8642, 
release/commons/math/README.html)
==============================================================================
--- release/commons/math/README.html (original)
+++ dev/commons/math/README.html Fri Apr 17 14:30:56 2015
@@ -1,6 +1,6 @@
-<h1>Commons Math 3.4.1</h1>
+<h1>Commons Math 3.5</h1>
 
-<p>This is version 3.4.1 of the Commons Math library. It is available in both 
binary and source distributions.</p>
+<p>This is version 3.5 of the Commons Math library. It is available in both 
binary and source distributions.</p>
 
 
 <p><font color="red" size="+2">Note:</font>
@@ -29,13 +29,13 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-math3.3.4.1.tar.gz.asc
+$ pgpv commons-math3.3.5.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-math3.3.4.1tar.gz.asc
+$ pgp commons-math3.3.5tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-math3.3.4.1.tar.gz.asc
+$ gpg --verify commons-math3.3.5.tar.gz.asc
 </pre>
 <p>
 


Reply via email to