mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
dhenninger
parent
fdd0bd1969
commit
d7f9d4c741
@ -23,7 +23,7 @@
|
|||||||
<property file="${basedir}/build/build.properties"/>
|
<property file="${basedir}/build/build.properties"/>
|
||||||
<property name="version.major" value="2"/>
|
<property name="version.major" value="2"/>
|
||||||
<property name="version.minor" value="5"/>
|
<property name="version.minor" value="5"/>
|
||||||
<property name="version.revision" value="8"/>
|
<property name="version.revision" value="9"/>
|
||||||
<property name="version.extra" value=""/>
|
<property name="version.extra" value=""/>
|
||||||
<!-- For 'beta' or 'alpha' -->
|
<!-- For 'beta' or 'alpha' -->
|
||||||
|
|
||||||
|
|||||||
@ -166,7 +166,7 @@ hr {
|
|||||||
<table border=0>
|
<table border=0>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">version:</td>
|
<td align="right">version:</td>
|
||||||
<td><b>2.5.8</b></td>
|
<td><b>2.5.9</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">released:</td>
|
<td align="right">released:</td>
|
||||||
|
|||||||
@ -17,11 +17,11 @@ public class JiveInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String getVersion() {
|
public static String getVersion() {
|
||||||
return "2.5.8";
|
return "2.5.9";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getBuildNumber() {
|
public static String getBuildNumber() {
|
||||||
return "2.5.8";
|
return "2.5.9";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getOS() {
|
public static String getOS() {
|
||||||
|
|||||||
Reference in New Issue
Block a user