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/10/29 00:52:32 UTC

svn commit: r1536559 - /lucene/pylucene/branches/pylucene_4_5/Makefile

Author: vajda
Date: Mon Oct 28 23:52:32 2013
New Revision: 1536559

URL: http://svn.apache.org/r1536559
Log:
preparing PyLucene 4.5.1-1

Modified:
    lucene/pylucene/branches/pylucene_4_5/Makefile

Modified: lucene/pylucene/branches/pylucene_4_5/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_5/Makefile?rev=1536559&r1=1536558&r2=1536559&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_4_5/Makefile (original)
+++ lucene/pylucene/branches/pylucene_4_5/Makefile Mon Oct 28 23:52:32 2013
@@ -15,10 +15,10 @@
 # site-packages directory.
 #
 
-VERSION=4.5.0-2
+VERSION=4.5.1-1
 LUCENE_SVN_VER=HEAD
-LUCENE_VER=4.5.0
-LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0
+LUCENE_VER=4.5.1
+LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_1
 PYLUCENE:=$(shell pwd)
 LUCENE_SRC=lucene-java-$(LUCENE_VER)
 LUCENE=$(LUCENE_SRC)/lucene