3.2 -> 3.3

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-05-27 09:52:01 +00:00
parent 7f5843bc8e
commit a7ff96d997
1 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,13 @@ public enum Version {
*/
@Deprecated
LUCENE_32,
/**
* Match settings and bugs in Lucene's 3.3 release.
* @deprecated (4.0) Use latest
*/
@Deprecated
LUCENE_33,
/** Match settings and bugs in Lucene's 4.0 release.
* <p>