Commit 3e9f9470 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated for 3.4.2.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9568 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5792c135
......@@ -67,7 +67,7 @@
<property name="version.major" value="3"/>
<property name="version.minor" value="4"/>
<property name="version.revision" value="2"/>
<property name="version.extra" value="beta"/> <!-- For 'beta' or 'alpha' -->
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="dist.prefix" value="openfire"/>
<property file="${basedir}/build/build.properties"/>
......
......@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/sysconfig/openfire
%changelog
* Thu Dec 04 2007 Daniel Henninger <jadestorm@nc.rr.com> 3.4.2-1
- Updated to version 3.4.1.
* Thu Nov 08 2007 Daniel Henninger <jadestorm@nc.rr.com> 3.4.1-1
- Updated to version 3.4.1.
......
......@@ -3,7 +3,7 @@ Name: openfire
Version: 3.4.2
Release: 1
BuildRoot: %{_builddir}/%{name}-root
Source0: %{name}_src_3_4_2_beta.tar.gz
Source0: %{name}_src_3_4_2.tar.gz
Source1: jre-dist.tar.gz
Group: Applications/Communications
Vendor: Jive Software
......
......@@ -313,7 +313,7 @@ public class XMPPServer {
name = JiveGlobals.getProperty("xmpp.domain", "127.0.0.1").toLowerCase();
version = new Version(3, 4, 2, Version.ReleaseStatus.Beta, 1);
version = new Version(3, 4, 2, Version.ReleaseStatus.Release, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
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