mirror of https://github.com/apache/lucene.git
Adding 6.4.2 version
This commit is contained in:
parent
df6f830723
commit
0010867a63
|
@ -87,6 +87,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_6_4_1 = new Version(6, 4, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 6.4.2 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_6_4_2 = new Version(6, 4, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 6.5.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
Loading…
Reference in New Issue