You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/10 13:23:05 UTC

svn commit: r1371659 - /lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/util/Constants.java

Author: rmuir
Date: Fri Aug 10 11:23:05 2012
New Revision: 1371659

URL: http://svn.apache.org/viewvc?rev=1371659&view=rev
Log:
bump constant to distinguish between 4.0-BETA and 4.0 final indexes

Modified:
    lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/util/Constants.java

Modified: lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/util/Constants.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/util/Constants.java?rev=1371659&r1=1371658&r2=1371659&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/util/Constants.java (original)
+++ lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/util/Constants.java Fri Aug 10 11:23:05 2012
@@ -122,7 +122,7 @@ public final class Constants {
   /**
    * This is the internal Lucene version, recorded into each segment.
    */
-  public static final String LUCENE_MAIN_VERSION = ident("4.0.0.1");
+  public static final String LUCENE_MAIN_VERSION = ident("4.0.0.2");
 
   /**
    * This is the Lucene version for display purposes.