Commit a8d33dc5 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updating version info.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1716 b35dd754-fafc-0310-a699-88a17e54d16e
parent 46fca6b5
...@@ -165,7 +165,7 @@ public class XMPPServer { ...@@ -165,7 +165,7 @@ public class XMPPServer {
name = "127.0.0.1"; name = "127.0.0.1";
} }
version = new Version(2, 2, 0, Version.ReleaseStatus.Beta, 2); version = new Version(2, 2, 0, Version.ReleaseStatus.Release_Candidate, 1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false; setupMode = false;
} }
...@@ -577,7 +577,7 @@ public class XMPPServer { ...@@ -577,7 +577,7 @@ public class XMPPServer {
* Makes a best effort attempt to shutdown the server * Makes a best effort attempt to shutdown the server
*/ */
private void shutdownServer() { private void shutdownServer() {
// If we don't have modules then the server has already been shutdown // If we don't have modules then the server has already been shutdown
if (modules.isEmpty()) { if (modules.isEmpty()) {
return; return;
} }
......
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