Commit b263cfb6 authored by guus's avatar guus

Preparing for the 3.7.2 release: updating version numbers.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13447 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9f6f2dd6
...@@ -355,7 +355,7 @@ public class XMPPServer { ...@@ -355,7 +355,7 @@ public class XMPPServer {
Log.warn("Unable to determine local hostname.", ex); Log.warn("Unable to determine local hostname.", ex);
} }
version = new Version(3, 7, 2, Version.ReleaseStatus.Beta, -1); version = new Version(3, 7, 2, Version.ReleaseStatus.Release, -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