Updated version to 2.5.9.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@10339 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Daniel Henninger
2008-05-05 13:47:13 +00:00
committed by dhenninger
parent fdd0bd1969
commit d7f9d4c741
3 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<property file="${basedir}/build/build.properties"/>
<property name="version.major" value="2"/>
<property name="version.minor" value="5"/>
<property name="version.revision" value="8"/>
<property name="version.revision" value="9"/>
<property name="version.extra" value=""/>
<!-- For 'beta' or 'alpha' -->

View File

@ -166,7 +166,7 @@ hr {
<table border=0>
<tr>
<td align="right">version:</td>
<td><b>2.5.8</b></td>
<td><b>2.5.9</b></td>
</tr>
<tr>
<td align="right">released:</td>

View File

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