Updated for beta 1.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@10523 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Daniel Henninger
2008-06-13 16:17:25 +00:00
committed by dhenninger
parent 4c21c86422
commit ddd98112d0
3 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
<property name="version.major" value="2"/>
<property name="version.minor" value="6"/>
<property name="version.revision" value="0"/>
<property name="version.extra" value=""/>
<property name="version.extra" value="beta1"/>
<!-- For 'beta' or 'alpha' -->
<!-- Setup the full version property correctly -->

View File

@ -166,11 +166,11 @@ hr {
<table border=0>
<tr>
<td align="right">version:</td>
<td><b>2.6.0</b></td>
<td><b>2.6.0 Beta 1</b></td>
</tr>
<tr>
<td align="right">released:</td>
<td><b>November 14th, 2007</b></td>
<td><b>June 13th, 2008</b></td>
</tr>
</table>

View File

@ -17,11 +17,11 @@ public class JiveInfo {
}
public static String getVersion() {
return "2.6.0";
return "2.6.0 Beta 1";
}
public static String getBuildNumber() {
return "2.6.0";
return "2.6.0 Beta 1";
}
public static String getOS() {