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 2014/02/06 01:19:59 UTC

svn commit: r1565013 - in /lucene/pylucene/trunk/jcc: CHANGES setup.py

Author: vajda
Date: Thu Feb  6 00:19:58 2014
New Revision: 1565013

URL: http://svn.apache.org/r1565013
Log:
preparing release 2.19

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

Modified: lucene/pylucene/trunk/jcc/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/CHANGES?rev=1565013&r1=1565012&r2=1565013&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/CHANGES (original)
+++ lucene/pylucene/trunk/jcc/CHANGES Thu Feb  6 00:19:58 2014
@@ -1,9 +1,8 @@
-Version 2.18 ->
----------------
+Version 2.18 -> 2.19
+--------------------
  - fixed bug with missing class parameters when fixed by declaration
  - improved runtime support for fixed class generic parameters
  - improved runtime support for fixed class array generic parameters
- - 
 
 Version 2.17 -> 2.18
 --------------------

Modified: lucene/pylucene/trunk/jcc/setup.py
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/setup.py?rev=1565013&r1=1565012&r2=1565013&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/setup.py (original)
+++ lucene/pylucene/trunk/jcc/setup.py Thu Feb  6 00:19:58 2014
@@ -12,7 +12,7 @@
 
 import os, sys, platform, subprocess
 
-jcc_ver = '2.18'
+jcc_ver = '2.19'
 machine = platform.machine()
 
 if machine.startswith("iPod") or machine.startswith("iPhone"):