bump trunk version to 1.3

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-05-30 16:56:36 +00:00
parent b91b25fbca
commit b31cb889b7
2 changed files with 22 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pache Solr Version 1.2-dev
Apache Solr Version 1.3-dev
Release Notes
Introduction
@ -21,7 +21,25 @@ See the tutorial at http://lucene.apache.org/solr/tutorial.html
$Id$
================== Release 1.2-dev, YYYYMMDD ==================
================== Release 1.3-dev ==================
Upgrading from Solr 1.2
-----------------------
Detailed Change List
--------------------
New Features
Changes in runtime behavior
Optimizations
Bug Fixes
Other Changes
================== Release 1.2, 20070602 ==================
Upgrading from Solr 1.1
-------------------------------------

View File

@ -42,7 +42,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.2-dev" />
<property name="version" value="1.3-dev" />
<!-- Solr Specification Version -->
<!--
@ -52,7 +52,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.1.${dateversion}" />
<property name="specversion" value="1.2.${dateversion}" />
<!-- 3rd party libraries for compilation -->
<property name="lib" value="lib" />