Commit 1ad248e5 authored by guus's avatar guus

Updating version number for upcoming 3.7.0 beta release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11593 b35dd754-fafc-0310-a699-88a17e54d16e
parent 515e8a70
...@@ -354,7 +354,7 @@ public class XMPPServer { ...@@ -354,7 +354,7 @@ public class XMPPServer {
Log.warn("Unable to determine local hostname.", ex); Log.warn("Unable to determine local hostname.", ex);
} }
version = new Version(3, 6, 5, Version.ReleaseStatus.Release, -1); version = new Version(3, 7, 0, Version.ReleaseStatus.Beta, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false; 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