HBASE-909 the version string in build.xml is wrong

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/branches/0.18@700834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-10-01 16:49:21 +00:00
parent 0a0f8ea3c0
commit 7c3e3cab20
1 changed files with 1 additions and 1 deletions

View File

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