Commit 70818120 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Updated version to 3.6.0 alpha.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10017 b35dd754-fafc-0310-a699-88a17e54d16e
parent a398c283
......@@ -338,7 +338,7 @@ public class XMPPServer {
Log.warn("Unable to determine local hostname.", ex);
}
version = new Version(3, 6, 0, Version.ReleaseStatus.Release, -1);
version = new Version(3, 6, 0, Version.ReleaseStatus.Alpha, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment