Updating for 2.5.6 release

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@8980 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-08-21 04:35:43 +00:00
committed by derek
parent 1bd3c7da9a
commit 93ba6739db
2 changed files with 3 additions and 3 deletions

View File

@ -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="5"/> <property name="version.revision" value="6"/>
<property name="version.extra" value=""/> <property name="version.extra" value=""/>
<!-- For 'beta' or 'alpha' --> <!-- For 'beta' or 'alpha' -->

View File

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