@@ -241,9 +241,13 @@ public class Version {
241241 public static final int V_1_6_0_ID = 1060099 ;
242242 public static final Version V_1_6_0 = new Version (V_1_6_0_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
243243 public static final int V_1_6_1_ID = 1060199 ;
244- public static final Version V_1_6_1 = new Version (V_1_6_1_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
244+ public static final Version V_1_6_1 = new Version (V_1_6_1_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
245+ public static final int V_1_6_2_ID = 1060299 ;
246+ public static final Version V_1_6_2 = new Version (V_1_6_2_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
245247 public static final int V_1_7_0_ID = 1070099 ;
246- public static final Version V_1_7_0 = new Version (V_1_7_0_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
248+ public static final Version V_1_7_0 = new Version (V_1_7_0_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
249+ public static final int V_1_7_1_ID = 1070199 ;
250+ public static final Version V_1_7_1 = new Version (V_1_7_1_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
247251 public static final int V_2_0_0_beta1_ID = 2000001 ;
248252 public static final Version V_2_0_0_beta1 = new Version (V_2_0_0_beta1_ID , true , org .apache .lucene .util .Version .LUCENE_5_2_1 );
249253
@@ -261,8 +265,12 @@ public static Version fromId(int id) {
261265 switch (id ) {
262266 case V_2_0_0_beta1_ID :
263267 return V_2_0_0_beta1 ;
268+ case V_1_7_1_ID :
269+ return V_1_7_1 ;
264270 case V_1_7_0_ID :
265271 return V_1_7_0 ;
272+ case V_1_6_2_ID :
273+ return V_1_6_2 ;
266274 case V_1_6_1_ID :
267275 return V_1_6_1 ;
268276 case V_1_6_0_ID :
0 commit comments