You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2010/02/13 15:38:36 UTC

svn commit: r909831 - in /lucene/java/branches/lucene_2_9: common-build.xml src/java/org/apache/lucene/util/Constants.java

Author: uschindler
Date: Sat Feb 13 14:38:36 2010
New Revision: 909831

URL: http://svn.apache.org/viewvc?rev=909831&view=rev
Log:
update version

Modified:
    lucene/java/branches/lucene_2_9/common-build.xml
    lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java

Modified: lucene/java/branches/lucene_2_9/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_9/common-build.xml?rev=909831&r1=909830&r2=909831&view=diff
==============================================================================
--- lucene/java/branches/lucene_2_9/common-build.xml (original)
+++ lucene/java/branches/lucene_2_9/common-build.xml Sat Feb 13 14:38:36 2010
@@ -40,7 +40,7 @@
 
   <property name="name" value="${ant.project.name}"/>
   <property name="Name" value="Lucene"/>
-  <property name="dev.version" value="2.9-dev"/>
+  <property name="dev.version" value="2.9.2-dev"/>
   <property name="version" value="${dev.version}"/>
   <property name="compatibility.tag" value="lucene_2_4_back_compat_tests_20090911"/>
   <property name="spec.version" value="${version}"/>	

Modified: lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java?rev=909831&r1=909830&r2=909831&view=diff
==============================================================================
--- lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java (original)
+++ lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/util/Constants.java Sat Feb 13 14:38:36 2010
@@ -73,7 +73,7 @@
     return s.toString();
   }
    
-  public static final String LUCENE_MAIN_VERSION = ident("2.9.1");
+  public static final String LUCENE_MAIN_VERSION = ident("2.9.2");
 
   public static final String LUCENE_VERSION;
   static {