Return-Path: X-Original-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F30CDC27 for ; Tue, 12 Feb 2013 06:29:51 +0000 (UTC) Received: (qmail 22466 invoked by uid 500); 12 Feb 2013 06:29:51 -0000 Delivered-To: apmail-lucene-pylucene-commits-archive@lucene.apache.org Received: (qmail 22383 invoked by uid 500); 12 Feb 2013 06:29:48 -0000 Mailing-List: contact pylucene-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-commits@lucene.apache.org Received: (qmail 22165 invoked by uid 99); 12 Feb 2013 06:29:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 06:29:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 06:29:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9567623889ED; Tue, 12 Feb 2013 06:29:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1445038 - /lucene/pylucene/trunk/Makefile Date: Tue, 12 Feb 2013 06:29:20 -0000 To: pylucene-commits@lucene.apache.org From: vajda@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130212062920.9567623889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vajda Date: Tue Feb 12 06:29:20 2013 New Revision: 1445038 URL: http://svn.apache.org/r1445038 Log: switch version to 4.1 Modified: lucene/pylucene/trunk/Makefile Modified: lucene/pylucene/trunk/Makefile URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/Makefile?rev=1445038&r1=1445037&r2=1445038&view=diff ============================================================================== --- lucene/pylucene/trunk/Makefile (original) +++ lucene/pylucene/trunk/Makefile Tue Feb 12 06:29:20 2013 @@ -15,9 +15,9 @@ # site-packages directory. # -VERSION=4.0-0 +VERSION=4.1-0 LUCENE_SVN_VER=HEAD -LUCENE_VER=4.0 +LUCENE_VER=4.1 LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x PYLUCENE:=$(shell pwd) LUCENE_SRC=lucene-java-$(LUCENE_VER)