Commit 10ac4ad8 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Version update.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@891 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5c420dd5
...@@ -32,7 +32,6 @@ import org.jivesoftware.util.Version; ...@@ -32,7 +32,6 @@ import org.jivesoftware.util.Version;
import org.jivesoftware.util.LocaleUtils; import org.jivesoftware.util.LocaleUtils;
import org.jivesoftware.util.Log; import org.jivesoftware.util.Log;
import org.jivesoftware.database.DbConnectionManager; import org.jivesoftware.database.DbConnectionManager;
import org.jivesoftware.messenger.net.MulticastDNSService;
import org.dom4j.io.SAXReader; import org.dom4j.io.SAXReader;
import org.dom4j.Document; import org.dom4j.Document;
...@@ -169,7 +168,7 @@ public class XMPPServer { ...@@ -169,7 +168,7 @@ public class XMPPServer {
name = "127.0.0.1"; name = "127.0.0.1";
} }
version = new Version(2, 1, 0, Version.ReleaseStatus.Release, -1); version = new Version(2, 1, 1, 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