Adding 6.4.2 version

This commit is contained in:
Ishan Chattopadhyaya 2017-02-28 20:23:11 +05:30
parent df6f830723
commit 0010867a63
1 changed files with 7 additions and 0 deletions

View File

@ -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