mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
@ -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="5"/>
|
||||
<property name="version.revision" value="6"/>
|
||||
<property name="version.extra" value=""/>
|
||||
<!-- For 'beta' or 'alpha' -->
|
||||
|
||||
|
||||
@ -17,11 +17,11 @@ public class JiveInfo {
|
||||
}
|
||||
|
||||
public static String getVersion() {
|
||||
return "2.5.5";
|
||||
return "2.5.6";
|
||||
}
|
||||
|
||||
public static String getBuildNumber() {
|
||||
return "2.5.5";
|
||||
return "2.5.6";
|
||||
}
|
||||
|
||||
public static String getOS() {
|
||||
|
||||
Reference in New Issue
Block a user