You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2013/08/17 16:05:46 UTC

svn commit: r1514994 - /lucene/pylucene/trunk/jcc/setup.py

Author: vajda
Date: Sat Aug 17 14:05:46 2013
New Revision: 1514994

URL: http://svn.apache.org/r1514994
Log:
version 2.17

Modified:
    lucene/pylucene/trunk/jcc/setup.py

Modified: lucene/pylucene/trunk/jcc/setup.py
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/setup.py?rev=1514994&r1=1514993&r2=1514994&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/setup.py (original)
+++ lucene/pylucene/trunk/jcc/setup.py Sat Aug 17 14:05:46 2013
@@ -12,7 +12,7 @@
 
 import os, sys, platform, subprocess
 
-jcc_ver = '2.16'
+jcc_ver = '2.17'
 machine = platform.machine()
 
 if machine.startswith("iPod") or machine.startswith("iPhone"):