Adding version 6.4.0

This commit is contained in:
Shalin Shekhar Mangar 2016-10-31 16:47:00 +05:30
parent 66c90a9683
commit 72bdbd234e
2 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,9 @@ Other
* LUCENE-7360: Remove Explanation.toHtml() (Alan Woodward)
======================= Lucene 6.4.0 =======================
(No Changes)
======================= Lucene 6.3.0 =======================
API Changes

View File

@ -73,6 +73,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_6_3_0 = new Version(6, 3, 0);
/**
* Match settings and bugs in Lucene's 6.4.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_6_4_0 = new Version(6, 4, 0);
/**
* Match settings and bugs in Lucene's 7.0.0 release.
* <p>