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 2010/04/12 22:14:57 UTC

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

Author: vajda
Date: Mon Apr 12 20:14:56 2010
New Revision: 933394

URL: http://svn.apache.org/viewvc?rev=933394&view=rev
Log:
write VERSION info jcc.config

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=933394&r1=933393&r2=933394&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/setup.py (original)
+++ lucene/pylucene/trunk/jcc/setup.py Mon Apr 12 20:14:56 2010
@@ -219,6 +219,7 @@ def main(debug):
     print >>config, 'DEBUG_CFLAGS=%s' %(_debug_cflags)
     print >>config, 'LFLAGS=%s' %(_lflags)
     print >>config, 'SHARED=%s' %(enable_shared)
+    print >>config, 'VERSION="%s"' %(jcc_ver)
     print >>config
     config.close()