Commit 2d7a8d0e authored by Dave Cridland's avatar Dave Cridland Committed by GitHub

Merge pull request #723 from akrherz/of41GA

Denote Openfire 4.1.0 Release
parents d908397b 833c013a
......@@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="1"/>
<property name="version.revision" value="0"/>
<property name="version.extra" value="beta"/> <!-- For 'beta' or 'alpha' -->
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/>
......
This diff is collapsed.
......@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate;
public static final Version VERSION = new Version(4, 1, 0, Version.ReleaseStatus.Beta, -1 );
public static final Version VERSION = new Version(4, 1, 0, Version.ReleaseStatus.Release, -1 );
/**
* Simple constructor
......@@ -96,4 +96,4 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
public Date getLastStarted() {
return startDate;
}
}
\ No newline at end of file
}
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