Are we sure that this is the right thing? The LUCENE_MAIN_VERSION is used for 
index compatibility and should always be only in X.Y format.

Please revert this!

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -----Original Message-----
> From: hoss...@apache.org [mailto:hoss...@apache.org]
> Sent: Wednesday, May 15, 2013 1:41 AM
> To: comm...@lucene.apache.org
> Subject: svn commit: r1482642 -
> /lucene/dev/branches/lucene_solr_4_3/lucene/core/src/java/org/apache/l
> ucene/util/Constants.java
> 
> Author: hossman
> Date: Tue May 14 23:41:23 2013
> New Revision: 1482642
> 
> URL: http://svn.apache.org/r1482642
> Log:
> LUCENE-5001: update Constants.LUCENE_MAIN_VERSION for 4.3.1
> 
> Modified:
> 
> lucene/dev/branches/lucene_solr_4_3/lucene/core/src/java/org/apache/lu
> cene/util/Constants.java
> 
> Modified:
> lucene/dev/branches/lucene_solr_4_3/lucene/core/src/java/org/apache/lu
> cene/util/Constants.java
> URL:
> http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_3/lucen
> e/core/src/java/org/apache/lucene/util/Constants.java?rev=1482642&r1=14
> 82641&r2=1482642&view=diff
> ==========================================================
> ====================
> ---
> lucene/dev/branches/lucene_solr_4_3/lucene/core/src/java/org/apache/lu
> cene/util/Constants.java (original)
> +++
> lucene/dev/branches/lucene_solr_4_3/lucene/core/src/java/org/apache/lu
> cene/util/Constants.java Tue May 14 23:41:23 2013
> @@ -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.3");
> +  public static final String LUCENE_MAIN_VERSION = ident("4.3.1");
> 
>    /**
>     * This is the Lucene version for display purposes.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to