Preperation for 0.2.0 RC 1.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@678802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-07-22 16:56:36 +00:00
parent d02ab894e9
commit f904e49822
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Hbase Change Log
Trunk (unreleased changes)
Release 0.2.0
INCOMPATIBLE CHANGES
HBASE-584 Names in the filter interface are confusing (Clint Morgan via

View File

@ -18,7 +18,7 @@
-->
<project name="hbase" default="jar">
<property name="version" value="0.2.0-dev"/>
<property name="version" value="0.2.0"/>
<property name="Name" value="HBase"/>
<property name="final.name" value="hbase-${version}"/>
<property name="year" value="2008"/>