Author: yonik
Date: Tue Oct 27 00:36:50 2009
New Revision: 830035
URL: http://svn.apache.org/viewvc?rev=830035&view=rev
Log:
update default version number
Modified:
lucene/solr/branches/branch-1.4/common-build.xml
Modified: lucene/solr/branches/branch-1.4/common-build.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/common-build.xml?rev=830035&r1=830034&r2=830035&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/common-build.xml (original)
+++ lucene/solr/branches/branch-1.4/common-build.xml Tue Oct 27 00:36:50 2009
@@ -62,7 +62,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.4.0" />
+ <property name="version" value="1.4.1-dev" />
<!-- Solr Specification Version -->
<!--