Commit fc144a21 authored by akrherz's avatar akrherz

Create Openfire 3.9.2 Release!

parent 89565d4d
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
$RCSfile: build.xml,v $
$Revision$
$Date$
This software is published under the terms of the Apache License, Version 2.0, This software is published under the terms of the Apache License, Version 2.0,
a copy of which is included in this distribution. a copy of which is included in this distribution.
--> -->
...@@ -62,7 +58,7 @@ ...@@ -62,7 +58,7 @@
<property name="version.major" value="3"/> <property name="version.major" value="3"/>
<property name="version.minor" value="9"/> <property name="version.minor" value="9"/>
<property name="version.revision" value="2"/> <property name="version.revision" value="2"/>
<property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' --> <property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="dist.prefix" value="openfire"/> <property name="dist.prefix" value="openfire"/>
<property file="${basedir}/build/build.properties"/> <property file="${basedir}/build/build.properties"/>
......
This diff is collapsed.
/** /**
* $RCSfile$
* $Revision: 3144 $
* $Date: 2005-12-01 14:20:11 -0300 (Thu, 01 Dec 2005) $
* *
* Copyright (C) 2004-2008 Jive Software. All rights reserved. * Copyright (C) 2004-2008 Jive Software. All rights reserved.
* *
...@@ -346,7 +343,7 @@ public class XMPPServer { ...@@ -346,7 +343,7 @@ public class XMPPServer {
host = "127.0.0.1"; host = "127.0.0.1";
} }
version = new Version(3, 9, 2, Version.ReleaseStatus.Alpha, -1); version = new Version(3, 9, 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