You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2012/07/26 01:18:51 UTC

svn commit: r1365836 - /jena/trunk/apache-jena/README

Author: rvesse
Date: Wed Jul 25 23:18:50 2012
New Revision: 1365836

URL: http://svn.apache.org/viewvc?rev=1365836&view=rev
Log:
Fixed a minor error in the README regarding verion number for Jena

Modified:
    jena/trunk/apache-jena/README

Modified: jena/trunk/apache-jena/README
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/README?rev=1365836&r1=1365835&r2=1365836&view=diff
==============================================================================
--- jena/trunk/apache-jena/README (original)
+++ jena/trunk/apache-jena/README Wed Jul 25 23:18:50 2012
@@ -32,11 +32,11 @@
   unzipped the Jena distribution:
 
   Windows:
-    set JENAROOT=\path\to\apache-jena-2.7.1
+    set JENAROOT=\path\to\apache-jena-2.7.2
     bat\sparql.bat --version    
 
   Linux
-    export JENAROOT=/path/to/apache-jena-2.7.1
+    export JENAROOT=/path/to/apache-jena-2.7.2
     bin/sparql --version