git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@8411 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-05-30 21:42:33 +00:00
committed by derek
parent 3528be7fc0
commit 6f3b816e59
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="3"/>
<property name="version.extra" value="beta2"/>
<property name="version.revision" value="4"/>
<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.3.beta2";
return "2.5.4.beta1";
}
public static String getBuildNumber() {
return "2.5.3.beta2";
return "2.5.4.beta1";
}
public static String getOS() {