Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 22051 invoked from network); 30 Oct 2010 23:57:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 23:57:06 -0000 Received: (qmail 91486 invoked by uid 500); 30 Oct 2010 23:57:06 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 91363 invoked by uid 500); 30 Oct 2010 23:57:06 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 91356 invoked by uid 99); 30 Oct 2010 23:57:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 23:57:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 30 Oct 2010 23:57:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5061B23889DA; Sat, 30 Oct 2010 23:56:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1029226 - /lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java Date: Sat, 30 Oct 2010 23:56:09 -0000 To: java-commits@lucene.apache.org From: uschindler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101030235609.5061B23889DA@eris.apache.org> Author: uschindler Date: Sat Oct 30 23:56:08 2010 New Revision: 1029226 URL: http://svn.apache.org/viewvc?rev=1029226&view=rev Log: Update version numbers for release Modified: lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java Modified: lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java?rev=1029226&r1=1029225&r2=1029226&view=diff ============================================================================== --- lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java (original) +++ lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java Sat Oct 30 23:56:08 2010 @@ -73,7 +73,7 @@ public final class Constants { return s.toString(); } - public static final String LUCENE_MAIN_VERSION = ident("2.9.3"); + public static final String LUCENE_MAIN_VERSION = ident("2.9.4"); public static final String LUCENE_VERSION; static {