mirror of https://github.com/apache/lucene.git
Add bugfix version 9.9.1
This commit is contained in:
parent
1f1d0735c8
commit
08728bf202
|
@ -112,10 +112,17 @@ public final class Version {
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 9.9.0 release.
|
* Match settings and bugs in Lucene's 9.9.0 release.
|
||||||
*
|
*
|
||||||
* @deprecated (9.10.0) Use latest
|
* @deprecated (9.9.1) Use latest
|
||||||
*/
|
*/
|
||||||
@Deprecated public static final Version LUCENE_9_9_0 = new Version(9, 9, 0);
|
@Deprecated public static final Version LUCENE_9_9_0 = new Version(9, 9, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 9.9.1 release.
|
||||||
|
*
|
||||||
|
* @deprecated (9.10.0) Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated public static final Version LUCENE_9_9_1 = new Version(9, 9, 1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 9.10.0 release.
|
* Match settings and bugs in Lucene's 9.10.0 release.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue