Update for 2.5.8 beta 1

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9201 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-09-22 03:50:01 +00:00
committed by derek
parent 9aebc950bd
commit d259369bc5
2 changed files with 4 additions and 4 deletions

View File

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

View File

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