Author: gsingers
Date: Thu Aug 28 13:17:07 2008
New Revision: 689968

URL: http://svn.apache.org/viewvc?rev=689968&view=rev
Log:
tick the version

Modified:
    lucene/solr/trunk/common-build.xml

Modified: lucene/solr/trunk/common-build.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=689968&r1=689967&r2=689968&view=diff
==============================================================================
--- lucene/solr/trunk/common-build.xml (original)
+++ lucene/solr/trunk/common-build.xml Thu Aug 28 13:17:07 2008
@@ -49,7 +49,7 @@
        By default, this should be set to "X.Y.N-dev" where X.Y.N is
        "1 greater" then the last version released (on this branch).
     -->
-  <property name="version" value="1.3-dev" />
+  <property name="version" value="1.4-dev" />
   
   <!-- Solr Specification Version -->
   <!--
@@ -59,7 +59,7 @@
        By default, this should be set to "X.Y.M.${dateversion}"
        where X.Y.M is the last version released (on this branch).
     -->
-  <property name="specversion" value="1.2.${dateversion}" />
+  <property name="specversion" value="1.3.0.${dateversion}" />
   
     <!-- Type of checksum to compute for distribution files -->
   <property name="checksum.algorithm" value="md5" />
@@ -340,4 +340,4 @@
     </fail>
   </target>
 
-</project>
\ No newline at end of file
+</project>


Reply via email to