bump version numbers

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-12-17 03:37:59 +00:00
parent b2911576f1
commit c900566f79
2 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Apache Solr Version 1.1.0-dev-incubating Apache Solr Version 1.2-dev-incubating
Release Notes Release Notes
Introduction Introduction
@ -29,7 +29,22 @@ See the tutorial at http://incubator.apache.org/solr/tutorial.html
$Id$ $Id$
================== Release 1.1.0-dev-incubating, YYYYMMDD ================== ================== Release 1.2-dev, YYYYMMDD ==================
Detailed Change List
--------------------
New Features
Changes in runtime behavior
Optimizations
Bug Fixes
Other Changes
================== Release 1.1.0, YYYYMMDD ==================
Status Status
------ ------

View File

@ -42,7 +42,7 @@
By default, this should be set to "X.Y.N-dev" where X.Y.N is 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). "1 greater" then the last version released (on this branch).
--> -->
<property name="version" value="1.1-dev" /> <property name="version" value="1.2-dev" />
<!-- Solr Specification Version --> <!-- Solr Specification Version -->
<!-- <!--
@ -52,7 +52,7 @@
By default, this should be set to "X.Y.M.${dateversion}" By default, this should be set to "X.Y.M.${dateversion}"
where X.Y.M is the last version released (on this branch). where X.Y.M is the last version released (on this branch).
--> -->
<property name="specversion" value="1.0.${dateversion}" /> <property name="specversion" value="1.1.${dateversion}" />
<!-- Incubation Artifact Disclaimer Suffix --> <!-- Incubation Artifact Disclaimer Suffix -->
<!-- Once graduated from incubation, find/remove all refs to this prop --> <!-- Once graduated from incubation, find/remove all refs to this prop -->