Skip to content

Commit

Permalink
Adding 6.4.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Chattopadhyaya committed Feb 28, 2017
1 parent df6f830 commit 0010867
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lucene/core/src/java/org/apache/lucene/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0010867

Please sign in to comment.